public interface DecisionShape extends FlowShape
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DecisionNode |
getDecisionNode()
Returns the value of the 'Decision Node' reference
|
boolean |
isValid()
Returns the value of the 'Valid' attribute
|
void |
setDecisionNode(DecisionNode value)
Sets the value of the '
Decision Node' reference |
void |
setValid(boolean value)
Sets the value of the '
Valid' attribute |
getHeight, getInboundEdges, getOutboundEdges, getWidth, getX, getY, setHeight, setWidth, setX, setYgetGuid, setGuidgetAnnotationsgetName, getValue, setName, setValueeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValidstatic final java.lang.String copyright
boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
isValid in interface ValidatableObjectsetValid(boolean),
FlowdiagramPackage.getDecisionShape_Valid()void setValid(boolean value)
Valid' attribute.
value - the new value of the 'Valid' attribute.isValid()DecisionNode getDecisionNode()
If the meaning of the 'Decision Node' reference isn't clear, there really should be more of a description here...
setDecisionNode(DecisionNode),
FlowdiagramPackage.getDecisionShape_DecisionNode()void setDecisionNode(DecisionNode value)
Decision Node' reference.
value - the new value of the 'Decision Node' reference.getDecisionNode()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.