public interface EEFViewDescription
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFViewDescription()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> |
getEPackages()
Returns the value of the 'EPackages' reference list.
|
org.eclipse.emf.common.util.EList<EEFGroupDescription> |
getGroups()
Returns the value of the 'Groups' containment reference list.
|
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|
java.lang.String |
getImageExpression()
Returns the value of the 'Image Expression' attribute.
|
java.lang.String |
getLabelExpression()
Returns the value of the 'Label Expression' attribute.
|
org.eclipse.emf.common.util.EList<EEFPageDescription> |
getPages()
Returns the value of the 'Pages' containment reference list.
|
void |
setIdentifier(java.lang.String value)
Sets the value of the '
Identifier' attribute. |
void |
setImageExpression(java.lang.String value)
Sets the value of the '
Image Expression'
attribute. |
void |
setLabelExpression(java.lang.String value)
Sets the value of the '
Label Expression'
attribute. |
java.lang.String getIdentifier()
setIdentifier(String),
EefPackage.getEEFViewDescription_Identifier()void setIdentifier(java.lang.String value)
Identifier' attribute.
value - the new value of the 'Identifier' attribute.getIdentifier()java.lang.String getLabelExpression()
setLabelExpression(String),
EefPackage.getEEFViewDescription_LabelExpression()void setLabelExpression(java.lang.String value)
Label Expression'
attribute. value - the new value of the 'Label Expression' attribute.getLabelExpression()java.lang.String getImageExpression()
setImageExpression(String),
EefPackage.getEEFViewDescription_ImageExpression()void setImageExpression(java.lang.String value)
Image Expression'
attribute. value - the new value of the 'Image Expression' attribute.getImageExpression()org.eclipse.emf.common.util.EList<EEFGroupDescription> getGroups()
EEFGroupDescription. Contains all the defined Groups. It is defined under the View for reuasability reason and to be referenced
easily from any Page. EefPackage.getEEFViewDescription_Groups()org.eclipse.emf.common.util.EList<EEFPageDescription> getPages()
EEFPageDescription. Defines the tabs that are represented in the View. EefPackage.getEEFViewDescription_Pages()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getEPackages()
EPackage.
If the meaning of the 'EPackages' reference list isn't clear, there really should be more of a description here...
EefPackage.getEEFViewDescription_EPackages()