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