public interface Property
A representation of the model object 'Property'.
The following features are supported:
EmofPackage.getProperty()
Method Summary | |
---|---|
Class |
getClass_()
Returns the value of the 'Class' container reference. |
java.lang.String |
getDefault()
Returns the value of the 'Default' attribute. |
java.lang.Boolean |
getIsComposite()
Returns the value of the 'Is Composite' attribute. |
java.lang.Boolean |
getIsDerived()
Returns the value of the 'Is Derived' attribute. |
java.lang.Boolean |
getIsId()
Returns the value of the 'Is Id' attribute. |
java.lang.Boolean |
getIsReadOnly()
Returns the value of the 'Is Read Only' attribute. |
Property |
getOpposite()
Returns the value of the 'Opposite' reference. |
void |
setClass(Class value)
Sets the value of the ' Class ' container reference. |
void |
setDefault(java.lang.String value)
Sets the value of the ' Default ' attribute. |
void |
setIsComposite(java.lang.Boolean value)
Sets the value of the ' Is Composite ' attribute. |
void |
setIsDerived(java.lang.Boolean value)
Sets the value of the ' Is Derived ' attribute. |
void |
setIsId(java.lang.Boolean value)
Sets the value of the ' Is Id ' attribute. |
void |
setIsReadOnly(java.lang.Boolean value)
Sets the value of the ' Is Read Only ' attribute. |
void |
setOpposite(Property value)
Sets the value of the ' Opposite ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.MultiplicityElement |
---|
getIsOrdered, getIsUnique, getLower, getUpper, setIsOrdered, setIsUnique, setLower, setUpper |
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement |
---|
getType, setType |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Class getClass_()
Owned Attribute
'.
If the meaning of the 'Class' container reference isn't clear, there really should be more of a description here...
setClass(org.eclipse.gmt.umlx.emof.Class)
,
EmofPackage.getProperty_Class()
,
Class.getOwnedAttribute()
void setClass(Class value)
Class
' container reference.
value
- the new value of the 'Class' container reference.getClass_()
Property getOpposite()
If the meaning of the 'Opposite' reference isn't clear, there really should be more of a description here...
setOpposite(Property)
,
EmofPackage.getProperty_Opposite()
void setOpposite(Property value)
Opposite
' reference.
value
- the new value of the 'Opposite' reference.getOpposite()
java.lang.Boolean getIsReadOnly()
If the meaning of the 'Is Read Only' attribute isn't clear, there really should be more of a description here...
setIsReadOnly(Boolean)
,
EmofPackage.getProperty_IsReadOnly()
void setIsReadOnly(java.lang.Boolean value)
Is Read Only
' attribute.
value
- the new value of the 'Is Read Only' attribute.getIsReadOnly()
java.lang.Boolean getIsDerived()
If the meaning of the 'Is Derived' attribute isn't clear, there really should be more of a description here...
setIsDerived(Boolean)
,
EmofPackage.getProperty_IsDerived()
void setIsDerived(java.lang.Boolean value)
Is Derived
' attribute.
value
- the new value of the 'Is Derived' attribute.getIsDerived()
java.lang.Boolean getIsComposite()
If the meaning of the 'Is Composite' attribute isn't clear, there really should be more of a description here...
setIsComposite(Boolean)
,
EmofPackage.getProperty_IsComposite()
void setIsComposite(java.lang.Boolean value)
Is Composite
' attribute.
value
- the new value of the 'Is Composite' attribute.getIsComposite()
java.lang.Boolean getIsId()
If the meaning of the 'Is Id' attribute isn't clear, there really should be more of a description here...
setIsId(Boolean)
,
EmofPackage.getProperty_IsId()
void setIsId(java.lang.Boolean value)
Is Id
' attribute.
value
- the new value of the 'Is Id' attribute.getIsId()
java.lang.String getDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(String)
,
EmofPackage.getProperty_Default()
void setDefault(java.lang.String value)
Default
' attribute.
value
- the new value of the 'Default' attribute.getDefault()