public interface XAttribute extends XStructuralFeature
The following features are supported:
XcorePackage.getXAttribute()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValueLiteral()
Returns the value of the 'Default Value Literal' attribute
|
boolean |
isID()
Returns the value of the 'ID' attribute
|
void |
setDefaultValueLiteral(java.lang.String value)
Sets the value of the '
Default Value Literal' attribute |
void |
setID(boolean value)
Sets the value of the '
ID' attribute |
getGetBody, getIsSetBody, getSetBody, getUnsetBody, isDerived, isReadonly, isTransient, isUnsettable, isVolatile, setDerived, setGetBody, setIsSetBody, setReadonly, setSetBody, setTransient, setUnsetBody, setUnsettable, setVolatilegetContainingClassgetMultiplicity, getType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnorderedgetName, setNamegetAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getDefaultValueLiteral()
If the meaning of the 'Default Value Literal' attribute isn't clear, there really should be more of a description here...
setDefaultValueLiteral(String),
XcorePackage.getXAttribute_DefaultValueLiteral()void setDefaultValueLiteral(java.lang.String value)
Default Value Literal' attribute.
value - the new value of the 'Default Value Literal' attribute.getDefaultValueLiteral()boolean isID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(boolean),
XcorePackage.getXAttribute_ID()