public static interface State.Item
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean()
Returns the value as boolean.
|
int |
getInt()
Returns the value as int.
|
java.lang.String |
getName()
Returns the name of the item.
|
java.lang.String |
getString()
Returns the value as string.
|
@Nonnull java.lang.String getName()
@Nonnull java.lang.String getString()
boolean getBoolean()
Boolean.parseBoolean(String)
semantic.int getInt() throws java.lang.NumberFormatException
Integer.parseInt(String)
semantic.java.lang.NumberFormatException
Copyright © 2010 - 2020 Adobe. All Rights Reserved