|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberCapability | |
---|---|
com.hoiio.sdk.objects.enums | |
com.hoiio.sdk.objects.number |
Uses of NumberCapability in com.hoiio.sdk.objects.enums |
---|
Methods in com.hoiio.sdk.objects.enums that return NumberCapability | |
---|---|
static NumberCapability |
NumberCapability.fromString(String status)
Converts the string to NumberCapability object |
static NumberCapability |
NumberCapability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NumberCapability[] |
NumberCapability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of NumberCapability in com.hoiio.sdk.objects.number |
---|
Methods in com.hoiio.sdk.objects.number that return types with arguments of type NumberCapability | |
---|---|
List<NumberCapability> |
State.getCapability()
Gets the capabilities of numbers in this state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |