public interface PropertySignature extends EObject
The following features are supported:
OopPackage.getPropertySignature()
Modifier and Type | Method and Description |
---|---|
ANY |
getHasReturnType()
Returns the value of the 'Has Return Type' containment reference.
|
boolean |
isHasGetter()
Returns the value of the 'Has Getter' attribute.
|
boolean |
isHasSetter()
Returns the value of the 'Has Setter' attribute.
|
void |
setHasGetter(boolean value)
Sets the value of the '
Has Getter ' attribute. |
void |
setHasReturnType(ANY value)
Sets the value of the '
Has Return Type ' containment reference. |
void |
setHasSetter(boolean value)
Sets the value of the '
Has Setter ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
boolean isHasSetter()
"false"
.
If the meaning of the 'Has Setter' attribute isn't clear, there really should be more of a description here...
setHasSetter(boolean)
,
OopPackage.getPropertySignature_HasSetter()
void setHasSetter(boolean value)
Has Setter
' attribute.
value
- the new value of the 'Has Setter' attribute.isHasSetter()
boolean isHasGetter()
"false"
.
If the meaning of the 'Has Getter' attribute isn't clear, there really should be more of a description here...
setHasGetter(boolean)
,
OopPackage.getPropertySignature_HasGetter()
void setHasGetter(boolean value)
Has Getter
' attribute.
value
- the new value of the 'Has Getter' attribute.isHasGetter()
ANY getHasReturnType()
If the meaning of the 'Has Return Type' containment reference isn't clear, there really should be more of a description here...
setHasReturnType(ANY)
,
OopPackage.getPropertySignature_HasReturnType()
void setHasReturnType(ANY value)
Has Return Type
' containment reference.
value
- the new value of the 'Has Return Type' containment reference.getHasReturnType()