| 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() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<EnumType,EnumType._Field> |
EnumType.descriptor() |
PStructDescriptor<EnumType,EnumType._Field> |
EnumType._Builder.descriptor() |
Optional<EnumType> |
Declaration.optionalDeclEnum() |
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)
Set the
decl_enum field value. |
static Declaration |
Declaration.withDeclEnum(EnumType value) |
| Constructor and Description |
|---|
_Builder(EnumType base)
Make a mutating builder off a base pmodel.EnumType.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.