public interface CicsHandleConditionClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsHandleConditionClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCondition()
Returns the value of the 'Condition' attribute.
|
SectionOrParagraph |
getLabel()
Returns the value of the 'Label' reference.
|
void |
setCondition(java.lang.String value)
Sets the value of the '
Condition' attribute. |
void |
setLabel(SectionOrParagraph value)
Sets the value of the '
Label' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getCondition()
The value is the name of the condition.
setCondition(String),
COBOLPackage.getCicsHandleConditionClause_Condition()void setCondition(java.lang.String value)
Condition' attribute.
value - the new value of the 'Condition' attribute.getCondition()SectionOrParagraph getLabel()
The value is a representation of the label specified in the option; if no label is specified, the value is null.
setLabel(SectionOrParagraph),
COBOLPackage.getCicsHandleConditionClause_Label()void setLabel(SectionOrParagraph value)
Label' reference.
value - the new value of the 'Label' reference.getLabel()