| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<EnumType,EnumType._Field> |
EnumType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
static EnumType._Field |
EnumType._Field.forKey(int key) |
static EnumType._Field |
EnumType._Field.forName(String name) |
static EnumType._Field |
EnumType._Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumType._Field[] |
EnumType._Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<EnumType,EnumType._Field> |
EnumType.descriptor() |
static PStructDescriptorProvider<EnumType,EnumType._Field> |
EnumType.provider() |
Copyright © 2016. All rights reserved.