| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PEnumDescriptor<StructVariant> |
StructVariant.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
StructVariant |
StructVariant._Builder.build() |
static StructVariant |
StructVariant.forName(String name) |
static StructVariant |
StructVariant.forValue(int value) |
StructVariant |
StructType.getVariant() |
static StructVariant |
StructVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructVariant[] |
StructVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PEnumDescriptor<StructVariant> |
StructVariant.descriptor() |
static PEnumDescriptorProvider<StructVariant> |
StructVariant.provider() |
| Modifier and Type | Method and Description |
|---|---|
StructType._Builder |
StructType._Builder.setVariant(StructVariant value) |
| Constructor and Description |
|---|
StructType(String pComment,
StructVariant pVariant,
String pName,
List<ThriftField> pFields) |
Copyright © 2016. All rights reserved.