| 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 |
|---|---|
EnumType |
EnumType._Builder.build() |
EnumType |
Declaration.getDeclEnum() |
EnumType |
Declaration._Builder.getDeclEnum()
Gets the value for the contained decl_enum.
|
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<EnumType,EnumType._Field> |
EnumType.descriptor() |
PStructDescriptor<EnumType,EnumType._Field> |
EnumType._Builder.descriptor() |
static PStructDescriptorProvider<EnumType,EnumType._Field> |
EnumType.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
EnumType.compareTo(EnumType other) |
EnumType._Builder |
EnumType._Builder.merge(EnumType from) |
Declaration._Builder |
Declaration._Builder.setDeclEnum(EnumType value)
Sets the value of decl_enum.
|
static Declaration |
Declaration.withDeclEnum(EnumType value) |
| Constructor and Description |
|---|
_Builder(EnumType base)
Make a mutating builder off a base model.EnumType.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.