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