net.sf.farrago.fem.med
Interface FemStoredColumn
- All Superinterfaces:
- CwmAttribute, CwmColumn, CwmElement, CwmFeature, CwmModelElement, CwmStructuralFeature, FemAbstractAttribute, FemAbstractColumn, FemAbstractTypedElement, FemAnnotatedElement, FemElementWithStorageOptions, RefBaseObject, RefFeatured, RefObject
- All Known Implementing Classes:
- FemStoredColumn$Hib
public interface FemStoredColumn
- extends FemAbstractColumn, FemElementWithStorageOptions
StoredColumn object instance interface.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
Methods inherited from interface net.sf.farrago.cwm.relational.CwmColumn |
getCharacterSetName, getCollationName, getIsNullable, getLength, getOptionScopeColumnSet, getPrecision, getReferencedTableType, getScale, setCharacterSetName, setCollationName, setIsNullable, setLength, setOptionScopeColumnSet, setPrecision, setReferencedTableType, setScale |
isGeneratedAlways
boolean isGeneratedAlways()
- Returns the value of attribute generatedAlways.
- Returns:
- Value of attribute generatedAlways.
setGeneratedAlways
void setGeneratedAlways(boolean newValue)
- Sets the value of generatedAlways attribute. See
isGeneratedAlways()
for description on the attribute.
- Parameters:
newValue
- New value to be set.
isDeclaredNullable
boolean isDeclaredNullable()
- Returns the value of attribute isDeclaredNullable.
- Returns:
- Value of attribute isDeclaredNullable.
setDeclaredNullable
void setDeclaredNullable(boolean newValue)
- Sets the value of isDeclaredNullable attribute. See
isDeclaredNullable()
for description on the attribute.
- Parameters:
newValue
- New value to be set.
getSequence
FemSequenceGenerator getSequence()
- Returns the value of reference Sequence.
- Returns:
- Value of reference Sequence.
setSequence
void setSequence(FemSequenceGenerator newValue)
- Sets the value of Sequence reference. See
getSequence()
for
description on the attribute.
- Parameters:
newValue
- New value to be set.