public interface BasicType extends SimpleDomainObject
The following features are supported:
TacticdslPackage.getBasicType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
org.eclipse.emf.common.util.EList<DomainObjectOperation> |
getOperations()
Returns the value of the 'Operations' containment reference list.
|
org.eclipse.emf.common.util.EList<Reference> |
getReferences()
Returns the value of the 'References' containment reference list.
|
org.eclipse.emf.common.util.EList<Trait> |
getTraits()
Returns the value of the 'Traits' reference list.
|
boolean |
isGapClass()
Returns the value of the 'Gap Class' attribute.
|
boolean |
isNoGapClass()
Returns the value of the 'No Gap Class' attribute.
|
boolean |
isNotImmutable()
Returns the value of the 'Not Immutable' attribute.
|
void |
setGapClass(boolean value)
Sets the value of the '
Gap Class' attribute. |
void |
setNoGapClass(boolean value)
Sets the value of the '
No Gap Class' attribute. |
void |
setNotImmutable(boolean value)
Sets the value of the '
Not Immutable' attribute. |
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackageorg.eclipse.emf.common.util.EList<Trait> getTraits()
Trait.
If the meaning of the 'Traits' reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getBasicType_Traits()boolean isNotImmutable()
If the meaning of the 'Not Immutable' attribute isn't clear, there really should be more of a description here...
setNotImmutable(boolean),
TacticdslPackage.getBasicType_NotImmutable()void setNotImmutable(boolean value)
Not Immutable' attribute.
value - the new value of the 'Not Immutable' attribute.isNotImmutable()boolean isGapClass()
If the meaning of the 'Gap Class' attribute isn't clear, there really should be more of a description here...
setGapClass(boolean),
TacticdslPackage.getBasicType_GapClass()void setGapClass(boolean value)
Gap Class' attribute.
value - the new value of the 'Gap Class' attribute.isGapClass()boolean isNoGapClass()
If the meaning of the 'No Gap Class' attribute isn't clear, there really should be more of a description here...
setNoGapClass(boolean),
TacticdslPackage.getBasicType_NoGapClass()void setNoGapClass(boolean value)
No Gap Class' attribute.
value - the new value of the 'No Gap Class' attribute.isNoGapClass()org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Attribute.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getBasicType_Attributes()org.eclipse.emf.common.util.EList<Reference> getReferences()
Reference.
If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getBasicType_References()org.eclipse.emf.common.util.EList<DomainObjectOperation> getOperations()
DomainObjectOperation.
If the meaning of the 'Operations' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getBasicType_Operations()