|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeModelFacet
A representation of the model object 'Type Model Facet'. Model facet of an EClass
The following features are supported:
Meta Class
Containment Meta Feature
Child Meta Feature
Model Element Selector
Model Element Initializer
GMFGenPackage.getTypeModelFacet()
Method Summary | |
---|---|
org.eclipse.emf.codegen.ecore.genmodel.GenFeature |
getChildMetaFeature()
Returns the value of the 'Child Meta Feature' reference. |
org.eclipse.emf.codegen.ecore.genmodel.GenFeature |
getContainmentMetaFeature()
Returns the value of the 'Containment Meta Feature' reference. |
org.eclipse.emf.codegen.ecore.genmodel.GenClass |
getMetaClass()
Returns the value of the 'Meta Class' reference. |
GenElementInitializer |
getModelElementInitializer()
Returns the value of the 'Model Element Initializer' containment reference. |
GenConstraint |
getModelElementSelector()
Returns the value of the 'Model Element Selector' reference. |
boolean |
isPhantomElement()
|
void |
setChildMetaFeature(org.eclipse.emf.codegen.ecore.genmodel.GenFeature value)
Sets the value of the ' Child Meta Feature ' reference. |
void |
setContainmentMetaFeature(org.eclipse.emf.codegen.ecore.genmodel.GenFeature value)
Sets the value of the ' Containment Meta Feature ' reference. |
void |
setMetaClass(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
Sets the value of the ' Meta Class ' reference. |
void |
setModelElementInitializer(GenElementInitializer value)
Sets the value of the ' Model Element Initializer ' containment reference. |
void |
setModelElementSelector(GenConstraint value)
Sets the value of the ' Model Element Selector ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.codegen.ecore.genmodel.GenClass getMetaClass()
If the meaning of the 'Meta Class' reference isn't clear, there really should be more of a description here...
setMetaClass(GenClass)
,
GMFGenPackage.getTypeModelFacet_MetaClass()
void setMetaClass(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
Meta Class
' reference.
value
- the new value of the 'Meta Class' reference.getMetaClass()
org.eclipse.emf.codegen.ecore.genmodel.GenFeature getContainmentMetaFeature()
If the meaning of the 'Containment Meta Feature' reference isn't clear, there really should be more of a description here...
setContainmentMetaFeature(GenFeature)
,
GMFGenPackage.getTypeModelFacet_ContainmentMetaFeature()
void setContainmentMetaFeature(org.eclipse.emf.codegen.ecore.genmodel.GenFeature value)
Containment Meta Feature
' reference.
value
- the new value of the 'Containment Meta Feature' reference.getContainmentMetaFeature()
org.eclipse.emf.codegen.ecore.genmodel.GenFeature getChildMetaFeature()
setChildMetaFeature(GenFeature)
,
GMFGenPackage.getTypeModelFacet_ChildMetaFeature()
void setChildMetaFeature(org.eclipse.emf.codegen.ecore.genmodel.GenFeature value)
Child Meta Feature
' reference.
value
- the new value of the 'Child Meta Feature' reference.getChildMetaFeature()
GenConstraint getModelElementSelector()
setModelElementSelector(GenConstraint)
,
GMFGenPackage.getTypeModelFacet_ModelElementSelector()
void setModelElementSelector(GenConstraint value)
Model Element Selector
' reference.
value
- the new value of the 'Model Element Selector' reference.getModelElementSelector()
GenElementInitializer getModelElementInitializer()
setModelElementInitializer(GenElementInitializer)
,
GMFGenPackage.getTypeModelFacet_ModelElementInitializer()
void setModelElementInitializer(GenElementInitializer value)
Model Element Initializer
' containment reference.
value
- the new value of the 'Model Element Initializer' containment reference.getModelElementInitializer()
boolean isPhantomElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |