|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemSequenceGenerator
SequenceGenerator 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.
Method Summary | |
---|---|
long |
getBaseValue()
Returns the value of attribute baseValue. |
FemStoredColumn |
getColumn()
Returns the value of reference Column. |
long |
getIncrement()
Returns the value of attribute increment. |
long |
getMaxValue()
Returns the value of attribute maxValue. |
long |
getMinValue()
Returns the value of attribute minValue. |
boolean |
isCycle()
Returns the value of attribute cycle. |
boolean |
isExpired()
Returns the value of attribute expired. |
void |
setBaseValue(long newValue)
Sets the value of baseValue attribute. |
void |
setColumn(FemStoredColumn newValue)
Sets the value of Column reference. |
void |
setCycle(boolean newValue)
Sets the value of cycle attribute. |
void |
setExpired(boolean newValue)
Sets the value of expired attribute. |
void |
setIncrement(long newValue)
Sets the value of increment attribute. |
void |
setMaxValue(long newValue)
Sets the value of maxValue attribute. |
void |
setMinValue(long newValue)
Sets the value of minValue attribute. |
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement |
---|
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement |
---|
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp |
Method Detail |
---|
long getBaseValue()
void setBaseValue(long newValue)
getBaseValue()
for
description on the attribute.
newValue
- New value to be set.long getIncrement()
void setIncrement(long newValue)
getIncrement()
for
description on the attribute.
newValue
- New value to be set.long getMinValue()
void setMinValue(long newValue)
getMinValue()
for
description on the attribute.
newValue
- New value to be set.long getMaxValue()
void setMaxValue(long newValue)
getMaxValue()
for
description on the attribute.
newValue
- New value to be set.boolean isCycle()
void setCycle(boolean newValue)
isCycle()
for
description on the attribute.
newValue
- New value to be set.boolean isExpired()
void setExpired(boolean newValue)
isExpired()
for
description on the attribute.
newValue
- New value to be set.FemStoredColumn getColumn()
void setColumn(FemStoredColumn newValue)
getColumn()
for
description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |