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