|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAttribute
A representation of the model object ' SAttribute'.
The following features are supported:
MetaABMPackage.getSAttribute()
Method Summary | |
---|---|
boolean |
accepts(IValue value)
|
org.eclipse.emf.common.util.EList<IAttributeChild> |
getChildren()
Returns the value of the 'Children' containment reference list. |
java.lang.String |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
SAttributed |
getOwner()
Returns the value of the 'Owner' container reference. |
java.lang.String |
getUnits()
Returns the value of the 'Units' attribute. |
boolean |
isDerived()
Returns the value of the 'Derived' attribute. |
boolean |
isGatherData()
Returns the value of the 'Gather Data' attribute. |
boolean |
isImmutable()
Returns the value of the 'Immutable' attribute. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the ' Default Value ' attribute. |
void |
setDerived(boolean value)
Sets the value of the ' Derived ' attribute. |
void |
setGatherData(boolean value)
Sets the value of the ' Gather Data ' attribute. |
void |
setImmutable(boolean value)
Sets the value of the ' Immutable ' attribute. |
void |
setOwner(SAttributed value)
Sets the value of the ' Owner ' container reference. |
void |
setUnits(java.lang.String value)
Sets the value of the ' Units ' attribute. |
Methods inherited from interface org.metaabm.SNamed |
---|
getDescription, getPluralLabel, references, setDescription, setPluralLabel |
Methods inherited from interface org.metaabm.IValue |
---|
getAccessors, getAvailableTypes, references |
Methods inherited from interface org.metaabm.ITyped |
---|
getSType, setSType |
Methods inherited from interface org.metaabm.IID |
---|
getID, getLabel, setID, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
SAttributed getOwner()
Attributes
'.
If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...
setOwner(SAttributed)
,
MetaABMPackage.getSAttribute_Owner()
,
SAttributed.getAttributes()
void setOwner(SAttributed value)
Owner
' container reference.
value
- the new value of the 'Owner' container reference.getOwner()
boolean isGatherData()
If the meaning of the 'Gather Data' attribute isn't clear, there really should be more of a description here...
setGatherData(boolean)
,
MetaABMPackage.getSAttribute_GatherData()
void setGatherData(boolean value)
Gather Data
' attribute.
value
- the new value of the 'Gather Data' attribute.isGatherData()
java.lang.String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String)
,
MetaABMPackage.getSAttribute_DefaultValue()
void setDefaultValue(java.lang.String value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
java.lang.String getUnits()
If the meaning of the 'Units' attribute isn't clear, there really should be more of a description here...
setUnits(String)
,
MetaABMPackage.getSAttribute_Units()
void setUnits(java.lang.String value)
Units
' attribute.
value
- the new value of the 'Units' attribute.getUnits()
boolean isImmutable()
"false"
.
If the meaning of the 'Immutable' attribute isn't clear, there really should be more of a description here...
setImmutable(boolean)
,
MetaABMPackage.getSAttribute_Immutable()
void setImmutable(boolean value)
Immutable
' attribute.
value
- the new value of the 'Immutable' attribute.isImmutable()
boolean isDerived()
"false"
.
If the meaning of the 'Derived' attribute isn't clear, there really should be more of a description here...
setDerived(boolean)
,
MetaABMPackage.getSAttribute_Derived()
void setDerived(boolean value)
Derived
' attribute.
value
- the new value of the 'Derived' attribute.isDerived()
org.eclipse.emf.common.util.EList<IAttributeChild> getChildren()
IAttributeChild
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
MetaABMPackage.getSAttribute_Children()
,
IAttributeChild.getParent()
boolean accepts(IValue value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |