| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<EnumValue,EnumValue._Field> |
EnumValue.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
EnumValue |
EnumValue._Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<EnumValue,EnumValue._Field> |
EnumValue.descriptor() |
PStructDescriptor<EnumValue,EnumValue._Field> |
EnumValue._Builder.descriptor() |
List<EnumValue> |
EnumType.getValues() |
List<EnumValue> |
EnumType._Builder.mutableValues()
Gets the builder for the contained values.
|
static PStructDescriptorProvider<EnumValue,EnumValue._Field> |
EnumValue.provider() |
| Modifier and Type | Method and Description |
|---|---|
EnumType._Builder |
EnumType._Builder.addToValues(EnumValue... values)
Adds entries to values.
|
int |
EnumValue.compareTo(EnumValue other) |
EnumValue._Builder |
EnumValue._Builder.merge(EnumValue from) |
| Modifier and Type | Method and Description |
|---|---|
EnumType._Builder |
EnumType._Builder.setValues(Collection<EnumValue> value)
Sets the value of values.
|
| Constructor and Description |
|---|
_Builder(EnumValue base)
Make a mutating builder off a base model.EnumValue.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.