Package | Description |
---|---|
com.interpss.core.net | |
com.interpss.core.net.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<BranchFlowDirection> |
BranchFlowDirection.VALUES
A public read-only list of all the 'Branch Flow Direction' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static BranchFlowDirection |
BranchFlowDirection.get(int value)
Returns the 'Branch Flow Direction' literal with the specified integer value.
|
static BranchFlowDirection |
BranchFlowDirection.get(java.lang.String literal)
Returns the 'Branch Flow Direction' literal with the specified literal value.
|
static BranchFlowDirection |
BranchFlowDirection.getByName(java.lang.String name)
Returns the 'Branch Flow Direction' literal with the specified name.
|
static BranchFlowDirection |
BranchFlowDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BranchFlowDirection[] |
BranchFlowDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BranchFlowDirection |
NetFactoryImpl.createBranchFlowDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |