public interface BranchEdge extends FlowEdge
The following features are supported:
FlowdiagramPackage.getBranchEdge()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Branch |
getBranch()
Returns the value of the 'Branch' reference
|
boolean |
isValid()
Returns the value of the 'Valid' attribute
|
void |
setBranch(Branch value)
Sets the value of the '
Branch' reference |
void |
setValid(boolean value)
Sets the value of the '
Valid' attribute |
getSourceShape, getTargetShape, setSourceShape, setTargetShapegetGuid, setGuidgetAnnotationsgetName, getValue, setName, setValuestatic 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...
setValid(boolean),
FlowdiagramPackage.getBranchEdge_Valid()void setValid(boolean value)
Valid' attribute.
value - the new value of the 'Valid' attribute.isValid()Branch getBranch()
If the meaning of the 'Branch' reference isn't clear, there really should be more of a description here...
setBranch(Branch),
FlowdiagramPackage.getBranchEdge_Branch()void setBranch(Branch value)
Branch' reference.
value - the new value of the 'Branch' reference.getBranch()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.