| Package | Description |
|---|---|
| de.irisnet.java.client.model |
| Modifier and Type | Method and Description |
|---|---|
static INObject.StyleEnum |
INObject.StyleEnum.fromValue(String value) |
INObject.StyleEnum |
INObject.getStyle()
The style attribute of the object, e.g.
|
INObject.StyleEnum |
INObject.StyleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static INObject.StyleEnum |
INObject.StyleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INObject.StyleEnum[] |
INObject.StyleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INObject.setStyle(INObject.StyleEnum style) |
INObject |
INObject.style(INObject.StyleEnum style) |
void |
INObject.StyleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
INObject.StyleEnum enumeration) |
Copyright © 2010–2021 anotheria.net. All rights reserved.