public interface RElementlistColumn extends AWMObject
The following features are supported:
TaurusPackage.getRElementlistColumn()| Modifier and Type | Method and Description |
|---|---|
int |
getColNo()
Returns the value of the 'Col No' attribute.
|
java.lang.String |
getDelimiter()
Returns the value of the 'Delimiter' attribute.
|
java.lang.String |
getDelimiterWithoutQuotes()
Returns the
getDelimiter() value of the
RElementlistColumn without the quotes. |
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
java.lang.String |
getLabelFromHierarchy()
Returns the Label or, if the Label wasn't set, the Label of the
referenced Property (
TargetID). |
Property |
getTargetID()
Deprecated.
This method is no longer used. Element List Columns support
multiple
Propertys now. This method only sets one
Property. Use
getTargetIDs() instead. |
org.eclipse.emf.common.util.EList<Property> |
getTargetIDs()
Returns the value of the 'Target IDs' reference list.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isSetColNo()
Returns whether the value of the
'
Col No' attribute is set. |
boolean |
isSetVisible()
Returns whether the value of the
'
Visible' attribute is set. |
boolean |
isSetWidth()
Returns whether the value of the
'
Width' attribute is set. |
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setColNo(int value)
Sets the value of the
'
Col No' attribute. |
void |
setDelimiter(java.lang.String value)
Sets the value of the
'
Delimiter' attribute. |
void |
setLabel(java.lang.String value)
Sets the value of the
'
Label' attribute. |
void |
setTargetID(Property value)
Deprecated.
This method is no longer used. Element List Columns support
multiple
Propertys now. This method only sets one
Property. Use
getTargetIDs() instead. |
void |
setVisible(boolean value)
Sets the value of the
'
Visible' attribute. |
void |
setWidth(int value)
Sets the value of the
'
Width' attribute. |
void |
unsetColNo()
Unsets the value of the
'
Col No' attribute. |
void |
unsetVisible()
Unsets the value of the
'
Visible' attribute. |
void |
unsetWidth()
Unsets the value of the
'
Width' attribute. |
getComment, isSetComment, setComment, unsetCommentorg.eclipse.emf.common.util.EList<Property> getTargetIDs()
Property. References properties.
The property values become displayed separated by the delimiter in the
column of the element list at run time. TaurusPackage.getRElementlistColumn_TargetIDs()@Deprecated Property getTargetID()
Propertys now. This method only sets one
Property. Use
getTargetIDs() instead.setTargetID(Property),
TaurusPackage.getRElementlistColumn_TargetID()@Deprecated void setTargetID(Property value)
Propertys now. This method only sets one
Property. Use
getTargetIDs() instead.Target ID' reference. value - the new value of the 'Target ID' reference.getTargetID()int getColNo()
isSetColNo(),
unsetColNo(),
setColNo(int),
TaurusPackage.getRElementlistColumn_ColNo()void setColNo(int value)
Col No' attribute. value - the new value of the 'Col No' attribute.isSetColNo(),
unsetColNo(),
getColNo()void unsetColNo()
Col No' attribute. isSetColNo(),
getColNo(),
setColNo(int)boolean isSetColNo()
Col No' attribute is set. unsetColNo(),
getColNo(),
setColNo(int)java.lang.String getLabel()
setLabel(String),
TaurusPackage.getRElementlistColumn_Label()java.lang.String getLabelFromHierarchy()
TargetID). If the Property its Label
wasn't set, too, its ID will be returned.void setLabel(java.lang.String value)
Label' attribute. value - the new value of the 'Label' attribute.getLabel()boolean isVisible()
"true". isSetVisible(),
unsetVisible(),
setVisible(boolean),
TaurusPackage.getRElementlistColumn_Visible()void setVisible(boolean value)
Visible' attribute. value - the new value of the 'Visible' attribute.isSetVisible(),
unsetVisible(),
isVisible()void unsetVisible()
Visible' attribute. isSetVisible(),
isVisible(),
setVisible(boolean)boolean isSetVisible()
Visible' attribute is set. unsetVisible(),
isVisible(),
setVisible(boolean)int getWidth()
"100". isSetWidth(),
unsetWidth(),
setWidth(int),
TaurusPackage.getRElementlistColumn_Width()void setWidth(int value)
Width' attribute. value - the new value of the 'Width' attribute.isSetWidth(),
unsetWidth(),
getWidth()void unsetWidth()
Width' attribute. isSetWidth(),
getWidth(),
setWidth(int)boolean isSetWidth()
Width' attribute is set. unsetWidth(),
getWidth(),
setWidth(int)java.lang.String getDelimiter()
"\" - \"". setDelimiter(String),
TaurusPackage.getRElementlistColumn_Delimiter()void setDelimiter(java.lang.String value)
Delimiter' attribute. value - the new value of the 'Delimiter' attribute.getDelimiter()java.lang.String getDelimiterWithoutQuotes()
getDelimiter() value of the
RElementlistColumn without the quotes. This Method will return
the correct value even if there weren't any quotes in the configuration
file.getDelimiter() value of the
RElementlistColumn without quotes or null if
no value was set for the delimiter.Copyright © 2015 Micro Focus GmbH. All rights reserved.