Package | Description |
---|---|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
Modifier and Type | Method and Description |
---|---|
PortInfo.Direction |
PortInfo.getDirection()
Returns the port direction.
|
static PortInfo.Direction |
PortInfo.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortInfo.Direction[] |
PortInfo.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PortInfo(PortInfo.Direction direction,
String name,
Type type)
Creates a new instance.
|
PortInfo(PortInfo.Direction direction,
String name,
Type type,
List<? extends FlowElementAttribute> attributes)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.