com.ibm.etools.cobol.application.model.cobol
Interface CicsHandleConditionClause

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CicsHandleConditionClauseImpl

public interface CicsHandleConditionClause
extends ASTNode

A representation of the model object 'Cics Handle Condition Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsHandleConditionClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getCondition

java.lang.String getCondition()
Returns the value of the 'Condition' attribute.

If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' attribute.
See Also:
setCondition(String), COBOLPackage.getCicsHandleConditionClause_Condition()

setCondition

void setCondition(java.lang.String value)
Sets the value of the 'Condition' attribute.

Parameters:
value - the new value of the 'Condition' attribute.
See Also:
getCondition()

getLabel

SectionOrParagraph getLabel()
Returns the value of the 'Label' reference.

If the meaning of the 'Label' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label' reference.
See Also:
setLabel(SectionOrParagraph), COBOLPackage.getCicsHandleConditionClause_Label()

setLabel

void setLabel(SectionOrParagraph value)
Sets the value of the 'Label' reference.

Parameters:
value - the new value of the 'Label' reference.
See Also:
getLabel()