|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenLabel
A representation of the model object 'Gen Label'. Label on diagram
The following features are supported:
GMFGenPackage.getGenLabel()
Field Summary | |
---|---|
static String |
CLASS_NAME_PREFIX
|
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase |
---|
DEFAULT_CLASS_NAME_PREFIX, EDIT_PART_SUFFIX, ITEM_SEMANTIC_EDIT_POLICY_SUFFIX, NOTATION_VIEW_FACTORY_SUFFIX |
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenFeature> |
getMetaFeatures()
Returns structural features that provide label content |
LabelModelFacet |
getModelFacet()
Returns the value of the 'Model Facet' containment reference. |
boolean |
isElementIcon()
Returns the value of the 'Element Icon' attribute. |
boolean |
isReadOnly()
Returns the value of the 'Read Only' attribute. |
void |
setElementIcon(boolean value)
Sets the value of the ' Element Icon ' attribute. |
void |
setModelFacet(LabelModelFacet value)
Sets the value of the ' Model Facet ' containment reference. |
void |
setReadOnly(boolean value)
Sets the value of the ' Read Only ' attribute. |
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 |
Field Detail |
---|
static final String CLASS_NAME_PREFIX
Method Detail |
---|
boolean isReadOnly()
If the meaning of the 'Read Only' attribute isn't clear, there really should be more of a description here...
setReadOnly(boolean)
,
GMFGenPackage.getGenLabel_ReadOnly()
void setReadOnly(boolean value)
Read Only
' attribute.
value
- the new value of the 'Read Only' attribute.isReadOnly()
boolean isElementIcon()
If the meaning of the 'Element Icon' attribute isn't clear, there really should be more of a description here...
setElementIcon(boolean)
,
GMFGenPackage.getGenLabel_ElementIcon()
void setElementIcon(boolean value)
Element Icon
' attribute.
value
- the new value of the 'Element Icon' attribute.isElementIcon()
LabelModelFacet getModelFacet()
If the meaning of the 'Model Facet' containment reference isn't clear, there really should be more of a description here...
If model facet is not specified then custom parser should be provided for the label
setModelFacet(LabelModelFacet)
,
GMFGenPackage.getGenLabel_ModelFacet()
void setModelFacet(LabelModelFacet value)
Model Facet
' containment reference.
value
- the new value of the 'Model Facet' containment reference.getModelFacet()
org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenFeature> getMetaFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |