public interface JvmCompoundTypeReference extends JvmTypeReference
The following features are supported:
TypesPackage.getJvmCompoundTypeReference()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<JvmTypeReference> |
getReferences()
Returns the value of the 'References' containment reference list.
|
JvmType |
getType()
Returns the value of the 'Type' reference
|
void |
setType(JvmType value)
Sets the value of the '
Type' reference |
accept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleNameJvmType getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
getType in interface JvmTypeReferencesetType(JvmType),
TypesPackage.getJvmCompoundTypeReference_Type()void setType(JvmType value)
Type' reference.
value - the new value of the 'Type' reference.getType()org.eclipse.emf.common.util.EList<JvmTypeReference> getReferences()
JvmTypeReference.
If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getJvmCompoundTypeReference_References()