net.sf.farrago.fem.med
Interface FemLabel

All Superinterfaces:
CwmElement, CwmModelElement, FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemLabel$Hib

public interface FemLabel
extends CwmModelElement, FemAnnotatedElement

Label 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
 Collection<FemLabel> getAlias()
          Returns the value of reference Alias.
 Long getCommitSequenceNumber()
          Returns the value of attribute commitSequenceNumber.
 FemLabel getParentLabel()
          Returns the value of reference ParentLabel.
 void setCommitSequenceNumber(Long newValue)
          Sets the value of commitSequenceNumber attribute.
 void setParentLabel(FemLabel newValue)
          Sets the value of ParentLabel reference.
 
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

getCommitSequenceNumber

Long getCommitSequenceNumber()
Returns the value of attribute commitSequenceNumber.

Returns:
Value of attribute commitSequenceNumber.

setCommitSequenceNumber

void setCommitSequenceNumber(Long newValue)
Sets the value of commitSequenceNumber attribute. See getCommitSequenceNumber() for description on the attribute.

Parameters:
newValue - New value to be set.

getAlias

Collection<FemLabel> getAlias()
Returns the value of reference Alias.

Returns:
Value of reference Alias. Element type: FemLabel

getParentLabel

FemLabel getParentLabel()
Returns the value of reference ParentLabel.

Returns:
Value of reference ParentLabel.

setParentLabel

void setParentLabel(FemLabel newValue)
Sets the value of ParentLabel reference. See getParentLabel() for description on the attribute.

Parameters:
newValue - New value to be set.