public interface Property extends EObject
The following features are supported:
OopPackage.getProperty()| Modifier and Type | Method and Description |
|---|---|
GetAccessor |
getContainsGetter()
Returns the value of the 'Contains Getter' containment reference.
|
SetAccessor |
getContainsSetter()
Returns the value of the 'Contains Setter' containment reference.
|
PropertySignature |
getHasSignature()
Returns the value of the 'Has Signature' containment reference.
|
void |
setContainsGetter(GetAccessor value)
Sets the value of the '
Contains Getter' containment reference. |
void |
setContainsSetter(SetAccessor value)
Sets the value of the '
Contains Setter' containment reference. |
void |
setHasSignature(PropertySignature value)
Sets the value of the '
Has Signature' containment reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverGetAccessor getContainsGetter()
If the meaning of the 'Contains Getter' containment reference isn't clear, there really should be more of a description here...
setContainsGetter(GetAccessor),
OopPackage.getProperty_ContainsGetter()void setContainsGetter(GetAccessor value)
Contains Getter' containment reference.
value - the new value of the 'Contains Getter' containment reference.getContainsGetter()SetAccessor getContainsSetter()
If the meaning of the 'Contains Setter' containment reference isn't clear, there really should be more of a description here...
setContainsSetter(SetAccessor),
OopPackage.getProperty_ContainsSetter()void setContainsSetter(SetAccessor value)
Contains Setter' containment reference.
value - the new value of the 'Contains Setter' containment reference.getContainsSetter()PropertySignature getHasSignature()
If the meaning of the 'Has Signature' containment reference isn't clear, there really should be more of a description here...
setHasSignature(PropertySignature),
OopPackage.getProperty_HasSignature()void setHasSignature(PropertySignature value)
Has Signature' containment reference.
value - the new value of the 'Has Signature' containment reference.getHasSignature()