public interface ClassMetadata extends JavaMetadataNode
The following features are supported:
JavaPackage.getClassMetadata()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getMembers()
Returns the value of the 'Members' containment reference list.
|
boolean |
isInterface()
Returns the value of the 'Interface' attribute
|
void |
setInterface(boolean value)
Sets the value of the '
Interface' attribute |
getChildren, getName, getParent, setName, setParentboolean isInterface()
If the meaning of the 'Interface' attribute isn't clear, there really should be more of a description here...
setInterface(boolean),
JavaPackage.getClassMetadata_Interface()void setInterface(boolean value)
Interface' attribute.
value - the new value of the 'Interface' attribute.isInterface()org.eclipse.emf.common.util.EList getMembers()
MemberMetadata.
If the meaning of the 'Members' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getClassMetadata_Members()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.