| Package | Description |
|---|---|
| org.modelio.metamodel.uml.behavior.activityModel |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<PinPassingMode> |
PinPassingMode.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static PinPassingMode |
PinPassingMode.get(int value) |
static PinPassingMode |
PinPassingMode.get(java.lang.String literal) |
static PinPassingMode |
PinPassingMode.getByName(java.lang.String name) |
static PinPassingMode |
PinPassingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinPassingMode[] |
PinPassingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|