public interface SelectionPropertyMapping extends AWMObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyword()
Returns the value of the 'Keyword' attribute.
|
Property |
getTargetID()
Returns the value of the 'Target ID' reference.
|
EEditorSelectionType |
getValueFrom()
Returns the value of the 'Value From' attribute.
|
boolean |
isMandatory()
Returns the value of the 'Mandatory' attribute.
|
boolean |
isSetMandatory()
Returns whether the value of the
'
Mandatory' attribute is set. |
boolean |
isSetValueFrom()
Returns whether the value of the
'
Value From' attribute is set. |
void |
setKeyword(java.lang.String value)
Sets the value of the
'
Keyword' attribute. |
void |
setMandatory(boolean value)
Sets the value of the
'
Mandatory' attribute. |
void |
setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
setValueFrom(EEditorSelectionType value)
Sets the value of the
'
Value From' attribute. |
void |
unsetMandatory()
Unsets the value of the
'
Mandatory' attribute. |
void |
unsetValueFrom()
Unsets the value of the
'
Value From' attribute. |
getComment, isSetComment, setComment, unsetCommentjava.lang.String getKeyword()
setKeyword(String),
TaurusPackage.getSelectionPropertyMapping_Keyword()void setKeyword(java.lang.String value)
Keyword' attribute. value - the new value of the 'Keyword' attribute.getKeyword()boolean isMandatory()
"true". true, the editor action does not execute if the
cursor is not placed on the specified keyword.
Only relevant if Value From has the value SelectedKeyword.
isSetMandatory(),
unsetMandatory(),
setMandatory(boolean),
TaurusPackage.getSelectionPropertyMapping_Mandatory()void setMandatory(boolean value)
Mandatory' attribute. value - the new value of the 'Mandatory' attribute.isSetMandatory(),
unsetMandatory(),
isMandatory()void unsetMandatory()
Mandatory' attribute. isSetMandatory(),
isMandatory(),
setMandatory(boolean)boolean isSetMandatory()
Mandatory' attribute is set. unsetMandatory(),
isMandatory(),
setMandatory(boolean)Property getTargetID()
setTargetID(Property),
TaurusPackage.getSelectionPropertyMapping_TargetID()void setTargetID(Property value)
Target ID' reference. value - the new value of the 'Target ID' reference.getTargetID()EEditorSelectionType getValueFrom()
EEditorSelectionType. EEditorSelectionType,
isSetValueFrom(),
unsetValueFrom(),
setValueFrom(EEditorSelectionType),
TaurusPackage.getSelectionPropertyMapping_ValueFrom()void setValueFrom(EEditorSelectionType value)
Value From' attribute. value - the new value of the 'Value From' attribute.EEditorSelectionType,
isSetValueFrom(),
unsetValueFrom(),
getValueFrom()void unsetValueFrom()
Value From' attribute. boolean isSetValueFrom()
Value From' attribute is set. unsetValueFrom(),
getValueFrom(),
setValueFrom(EEditorSelectionType)Copyright © 2015 Micro Focus GmbH. All rights reserved.