public interface JMember extends JModelElement
The following features are supported:
JavaPackage.getJMember()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Returns the value of the 'Comment' attribute
|
JClass |
getContainingType()
Returns the value of the 'Containing Type' container reference.
|
JVisibility |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isStatic()
Returns the value of the 'Static' attribute
|
void |
setComment(java.lang.String value)
Sets the value of the '
Comment' attribute |
void |
setContainingType(JClass value)
Sets the value of the '
Containing Type' container reference |
void |
setStatic(boolean value)
Sets the value of the '
Static' attribute |
void |
setVisibility(JVisibility value)
Sets the value of the '
Visibility' attribute |
getJNode, getName, getQualifiedName, setJNode, setNameeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isStatic()
setStatic(boolean),
JavaPackage.getJMember_Static()void setStatic(boolean value)
Static' attribute.
value - the new value of the 'Static' attribute.isStatic()JVisibility getVisibility()
JVisibility.
JVisibility,
setVisibility(JVisibility),
JavaPackage.getJMember_Visibility()void setVisibility(JVisibility value)
Visibility' attribute.
value - the new value of the 'Visibility' attribute.JVisibility,
getVisibility()java.lang.String getComment()
setComment(String),
JavaPackage.getJMember_Comment()void setComment(java.lang.String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()JClass getContainingType()
Members'.
setContainingType(JClass),
JavaPackage.getJMember_ContainingType(),
JClass.getMembers()void setContainingType(JClass value)
Containing Type' container reference.
value - the new value of the 'Containing Type' container reference.getContainingType()