-
Fields in iotmodel with type parameters of type IdList
| Modifier and Type |
Field |
Description |
static List<IdList> |
IdList.VALUES |
A public read-only list of all the 'Id List' enumerators.
|
Methods in iotmodel that return IdList
| Modifier and Type |
Method |
Description |
static IdList |
IdList.get(int value) |
Returns the 'Id List' literal with the specified integer value.
|
static IdList |
IdList.get(String literal) |
Returns the 'Id List' literal with the specified literal value.
|
static IdList |
IdList.getByName(String name) |
Returns the 'Id List' literal with the specified name.
|
static IdList |
IdList.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IdList[] |
IdList.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
-
-