public interface ElementListStructure extends AWMIdentifiableObject
The following features are supported:
TaurusPackage.getElementListStructure()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GENERATED_ID
ID prefix for generated (non configured) Element List Structures.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RElementlistAction> |
getHasAction()
Returns the value of the 'Has Action' containment
reference list.
|
org.eclipse.emf.common.util.EList<RElementlistColumn> |
getHasColumnProperty()
Returns the value of the 'Has Column Property'
containment reference list.
|
org.eclipse.emf.common.util.EList<RElementlistProperty> |
getHasListProperty()
Deprecated.
The relationship is no longer used by the client. Element
list properties will be added to element lists as soon as the
tool returns string output parameters with the file output
parameter.
|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
java.lang.String |
getLabelFromHierarchy()
Returns the Label or the ID if the Label wasn't set.
|
java.lang.String |
getTableViewID()
Returns the value of the 'Table View ID' attribute.
|
java.lang.String |
getTableViewLabel()
Returns the value of the 'Table View Label' attribute.
|
boolean |
isSetLabel()
Returns whether the value of the
'
Label' attribute is set. |
void |
setLabel(java.lang.String value)
Sets the value of the
'
Label' attribute. |
void |
setTableViewID(java.lang.String value)
Sets the value of the
'
Table View ID' attribute. |
void |
setTableViewLabel(java.lang.String value)
Sets the value of the
'
Table View Label' attribute. |
void |
unsetLabel()
Unsets the value of the
'
Label' attribute. |
getID, getModelEditorGroup, isSetModelEditorGroup, setID, setModelEditorGroup, unsetModelEditorGroupgetComment, isSetComment, setComment, unsetCommentgetExtensionID, setExtensionIDstatic final java.lang.String GENERATED_ID
org.eclipse.emf.common.util.EList<RElementlistColumn> getHasColumnProperty()
RElementlistColumn.
Relationship to a property that describes a table column of the element
list structure. TaurusPackage.getElementListStructure_HasColumnProperty()@Deprecated org.eclipse.emf.common.util.EList<RElementlistProperty> getHasListProperty()
RElementlistProperty.
If the meaning of the 'Has List Property' containment reference isn't clear, there really should be more of a description here...
TaurusPackage.getElementListStructure_HasListProperty()org.eclipse.emf.common.util.EList<RElementlistAction> getHasAction()
RElementlistAction.
Relationship to an action descriptor that has an effect on any elements
in the list. TaurusPackage.getElementListStructure_HasAction()java.lang.String getLabel()
isSetLabel(),
unsetLabel(),
setLabel(String),
TaurusPackage.getElementListStructure_Label()java.lang.String getLabelFromHierarchy()
void setLabel(java.lang.String value)
Label' attribute. value - the new value of the 'Label' attribute.isSetLabel(),
unsetLabel(),
getLabel()void unsetLabel()
Label' attribute. isSetLabel(),
getLabel(),
setLabel(String)boolean isSetLabel()
Label' attribute is set. unsetLabel(),
getLabel(),
setLabel(String)java.lang.String getTableViewID()
setTableViewID(String),
TaurusPackage.getElementListStructure_TableViewID()void setTableViewID(java.lang.String value)
Table View ID' attribute. value - the new value of the 'Table View ID' attribute.getTableViewID()java.lang.String getTableViewLabel()
setTableViewLabel(String),
TaurusPackage.getElementListStructure_TableViewLabel()void setTableViewLabel(java.lang.String value)
Table View Label' attribute. value - the new value of the 'Table View Label' attribute.getTableViewLabel()Copyright © 2015 Micro Focus GmbH. All rights reserved.