| Package | Description |
|---|---|
| de.irisnet.java.client.model |
| Modifier and Type | Method and Description |
|---|---|
static INParam.InClassEnum |
INParam.InClassEnum.fromValue(String value) |
INParam.InClassEnum |
INParam.getInClass()
The classification of the object, that the element refers to.
|
INParam.InClassEnum |
INParam.InClassEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static INParam.InClassEnum |
INParam.InClassEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INParam.InClassEnum[] |
INParam.InClassEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
INParam |
INParam.inClass(INParam.InClassEnum inClass) |
void |
INParam.setInClass(INParam.InClassEnum inClass) |
void |
INParam.InClassEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
INParam.InClassEnum enumeration) |
Copyright © 2010–2021 anotheria.net. All rights reserved.