public interface RElementTextDecoration extends AWMObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndCharacter()
Returns the value of the 'End Character' attribute.
|
org.eclipse.emf.common.util.EList<RDecorationValue> |
getHasValue()
Returns the value of the 'Has Value' containment
reference list.
|
java.lang.String |
getSeparator()
Returns the value of the 'Separator' attribute.
|
int |
getSeqNo()
Returns the value of the 'Seq No' attribute.
|
java.lang.String |
getStartCharacter()
Returns the value of the 'Start Character' attribute.
|
ETextDecorationPosition |
getTextDecorationPosition()
Returns the value of the 'Text Decoration Position'
attribute.
|
boolean |
isSetSeqNo()
Returns whether the value of the
'
Seq No' attribute is set. |
void |
setEndCharacter(java.lang.String value)
Sets the value of the
'
End Character' attribute. |
void |
setSeparator(java.lang.String value)
Sets the value of the
'
Separator' attribute. |
void |
setSeqNo(int value)
Sets the value of the
'
Seq No' attribute. |
void |
setStartCharacter(java.lang.String value)
Sets the value of the
'
Start Character' attribute. |
void |
setTextDecorationPosition(ETextDecorationPosition value)
Sets the value of the
'
Text Decoration Position' attribute. |
void |
unsetSeqNo()
Unsets the value of the
'
Seq No' attribute. |
getComment, isSetComment, setComment, unsetCommentint getSeqNo()
isSetSeqNo(),
unsetSeqNo(),
setSeqNo(int),
TaurusPackage.getRElementTextDecoration_SeqNo()void setSeqNo(int value)
Seq No' attribute. value - the new value of the 'Seq No' attribute.isSetSeqNo(),
unsetSeqNo(),
getSeqNo()void unsetSeqNo()
Seq No' attribute. isSetSeqNo(),
getSeqNo(),
setSeqNo(int)boolean isSetSeqNo()
Seq No' attribute is set. unsetSeqNo(),
getSeqNo(),
setSeqNo(int)ETextDecorationPosition getTextDecorationPosition()
"Behind_the_Label". The
literals are from the enumeration
ETextDecorationPosition. ETextDecorationPosition,
setTextDecorationPosition(ETextDecorationPosition),
TaurusPackage.getRElementTextDecoration_TextDecorationPosition()void setTextDecorationPosition(ETextDecorationPosition value)
Text Decoration Position' attribute.
value - the new value of the 'Text Decoration Position'
attribute.ETextDecorationPosition,
getTextDecorationPosition()java.lang.String getSeparator()
" - ". setSeparator(String),
TaurusPackage.getRElementTextDecoration_Separator()void setSeparator(java.lang.String value)
Separator' attribute. value - the new value of the 'Separator' attribute.getSeparator()java.lang.String getStartCharacter()
" (". setStartCharacter(String),
TaurusPackage.getRElementTextDecoration_StartCharacter()void setStartCharacter(java.lang.String value)
Start Character' attribute. value - the new value of the 'Start Character' attribute.getStartCharacter()java.lang.String getEndCharacter()
")". setEndCharacter(String),
TaurusPackage.getRElementTextDecoration_EndCharacter()void setEndCharacter(java.lang.String value)
End Character' attribute. value - the new value of the 'End Character' attribute.getEndCharacter()org.eclipse.emf.common.util.EList<RDecorationValue> getHasValue()
RDecorationValue.
Relationship from a text decoration to a static value or a property. TaurusPackage.getRElementTextDecoration_HasValue()Copyright © 2015 Micro Focus GmbH. All rights reserved.