| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<ConstType,ConstType._Field> |
ConstType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
static ConstType._Field |
ConstType._Field.fieldForId(int id) |
static ConstType._Field |
ConstType._Field.fieldForName(String name) |
static ConstType._Field |
ConstType._Field.findById(int id) |
static ConstType._Field |
ConstType._Field.findByName(String name) |
static ConstType._Field |
ConstType._Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstType._Field[] |
ConstType._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<ConstType,ConstType._Field> |
ConstType.descriptor() |
PStructDescriptor<ConstType,ConstType._Field> |
ConstType._Builder.descriptor() |
static PStructDescriptorProvider<ConstType,ConstType._Field> |
ConstType.provider() |
Copyright © 2015–2017 morimekta.net. All rights reserved.