|
SysML | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowDirectionKind | |
---|---|
org.topcased.sysml | |
org.topcased.sysml.impl |
Uses of FlowDirectionKind in org.topcased.sysml |
---|
Fields in org.topcased.sysml with type parameters of type FlowDirectionKind | |
---|---|
static java.util.List<FlowDirectionKind> |
FlowDirectionKind.VALUES
A public read-only list of all the 'Flow Direction Kind' enumerators |
Methods in org.topcased.sysml that return FlowDirectionKind | |
---|---|
static FlowDirectionKind |
FlowDirectionKind.get(int value)
Returns the 'Flow Direction Kind' literal with the specified integer value |
static FlowDirectionKind |
FlowDirectionKind.get(java.lang.String literal)
Returns the 'Flow Direction Kind' literal with the specified literal value |
static FlowDirectionKind |
FlowDirectionKind.getByName(java.lang.String name)
Returns the 'Flow Direction Kind' literal with the specified name |
FlowDirectionKind |
FlowProperty.getDirection()
Returns the value of the 'Direction' attribute. |
FlowDirectionKind |
FlowPort.getDirection()
Returns the value of the 'Direction' attribute. |
static FlowDirectionKind |
FlowDirectionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FlowDirectionKind[] |
FlowDirectionKind.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.topcased.sysml with parameters of type FlowDirectionKind | |
---|---|
void |
FlowProperty.setDirection(FlowDirectionKind value)
Sets the value of the ' Direction ' attribute |
void |
FlowPort.setDirection(FlowDirectionKind value)
Sets the value of the ' Direction ' attribute |
Uses of FlowDirectionKind in org.topcased.sysml.impl |
---|
Fields in org.topcased.sysml.impl declared as FlowDirectionKind | |
---|---|
protected FlowDirectionKind |
FlowPortImpl.direction
The cached value of the ' Direction ' attribute |
protected FlowDirectionKind |
FlowPropertyImpl.direction
The cached value of the ' Direction ' attribute |
protected static FlowDirectionKind |
FlowPortImpl.DIRECTION_EDEFAULT
The default value of the ' Direction ' attribute |
protected static FlowDirectionKind |
FlowPropertyImpl.DIRECTION_EDEFAULT
The default value of the ' Direction ' attribute |
Methods in org.topcased.sysml.impl that return FlowDirectionKind | |
---|---|
FlowDirectionKind |
SysMLFactoryImpl.createFlowDirectionKindFromString(EDataType eDataType,
java.lang.String initialValue)
|
FlowDirectionKind |
FlowPortImpl.getDirection()
|
FlowDirectionKind |
FlowPropertyImpl.getDirection()
|
Methods in org.topcased.sysml.impl with parameters of type FlowDirectionKind | |
---|---|
void |
FlowPortImpl.setDirection(FlowDirectionKind newDirection)
|
void |
FlowPropertyImpl.setDirection(FlowDirectionKind newDirection)
|
|
SysML | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.