Package | Description |
---|---|
org.osate.aadl2 |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ConnectionTiming> |
ConnectionTiming.VALUES
A public read-only list of all the 'Connection Timing' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionTiming |
ConnectionTiming.get(int value)
Returns the 'Connection Timing' literal with the specified integer value.
|
static ConnectionTiming |
ConnectionTiming.get(java.lang.String literal)
Returns the 'Connection Timing' literal with the specified literal value.
|
static ConnectionTiming |
ConnectionTiming.getByName(java.lang.String name)
Returns the 'Connection Timing' literal with the specified name.
|
static ConnectionTiming |
ConnectionTiming.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionTiming[] |
ConnectionTiming.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|