public interface ClassType extends EntityType
The following features are supported:
PatternLanguagePackage.getClassType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EClassifier |
getClassname()
Returns the value of the 'Classname' reference.
|
PackageImport |
getMetamodel()
Returns the value of the 'Metamodel' reference.
|
void |
setClassname(org.eclipse.emf.ecore.EClassifier value)
Sets the value of the '
Classname ' reference. |
void |
setMetamodel(PackageImport value)
Sets the value of the '
Metamodel ' reference. |
java.lang.String |
toString() |
getTypename, setTypename
PackageImport getMetamodel()
If the meaning of the 'Metamodel' reference isn't clear, there really should be more of a description here...
setMetamodel(PackageImport)
,
PatternLanguagePackage.getClassType_Metamodel()
void setMetamodel(PackageImport value)
Metamodel
' reference.
value
- the new value of the 'Metamodel' reference.getMetamodel()
org.eclipse.emf.ecore.EClassifier getClassname()
If the meaning of the 'Classname' reference isn't clear, there really should be more of a description here...
setClassname(EClassifier)
,
PatternLanguagePackage.getClassType_Classname()
void setClassname(org.eclipse.emf.ecore.EClassifier value)
Classname
' reference.
value
- the new value of the 'Classname' reference.getClassname()
java.lang.String toString()