| Package | Description |
|---|---|
| net.morimekta.test.providence |
| Modifier and Type | Field and Description |
|---|---|
static PEnumDescriptor<Value> |
Value.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value._Builder.build() |
static Value |
Value.forName(String name) |
static Value |
Value.forValue(int value) |
Value |
OptionalFields.getEnumValue() |
Value |
DefaultValues.getEnumValue() |
Value |
RequiredFields.getEnumValue() |
Value |
ExceptionFields.getEnumValue() |
Value |
DefaultFields.getEnumValue() |
Value |
UnionFields.getEnumValue() |
static Value |
Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value[] |
Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PEnumDescriptor<Value> |
Value.descriptor() |
List<Value> |
Containers.getEnumList()
Using enum as key and value in containers.
|
Map<Value,Value> |
Containers.getEnumMap() |
Map<Value,Value> |
Containers.getEnumMap() |
Set<Value> |
Containers.getEnumSet() |
static PEnumDescriptorProvider<Value> |
Value.provider() |
| Modifier and Type | Method and Description |
|---|---|
Containers._Builder |
Containers._Builder.addToEnumList(Value... values)
Using enum as key and value in containers.
|
Containers._Builder |
Containers._Builder.addToEnumSet(Value... values) |
Containers._Builder |
Containers._Builder.putInEnumMap(Value key,
Value value) |
OptionalFields._Builder |
OptionalFields._Builder.setEnumValue(Value value) |
DefaultValues._Builder |
DefaultValues._Builder.setEnumValue(Value value) |
RequiredFields._Builder |
RequiredFields._Builder.setEnumValue(Value value) |
ExceptionFields._Builder |
ExceptionFields._Builder.setEnumValue(Value value) |
DefaultFields._Builder |
DefaultFields._Builder.setEnumValue(Value value) |
UnionFields._Builder |
UnionFields._Builder.setEnumValue(Value value) |
static UnionFields |
UnionFields.withEnumValue(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Containers._Builder |
Containers._Builder.setEnumList(Collection<Value> value)
Using enum as key and value in containers.
|
Containers._Builder |
Containers._Builder.setEnumMap(Map<Value,Value> value) |
Containers._Builder |
Containers._Builder.setEnumMap(Map<Value,Value> value) |
Containers._Builder |
Containers._Builder.setEnumSet(Collection<Value> value) |
| Constructor and Description |
|---|
DefaultFields(boolean pBooleanValue,
byte pByteValue,
short pShortValue,
int pIntegerValue,
long pLongValue,
double pDoubleValue,
String pStringValue,
net.morimekta.util.Binary pBinaryValue,
Value pEnumValue,
CompactFields pCompactValue) |
DefaultValues(boolean pBooleanValue,
byte pByteValue,
short pShortValue,
int pIntegerValue,
long pLongValue,
double pDoubleValue,
String pStringValue,
net.morimekta.util.Binary pBinaryValue,
Value pEnumValue,
CompactFields pCompactValue) |
OptionalFields(boolean pBooleanValue,
byte pByteValue,
short pShortValue,
int pIntegerValue,
long pLongValue,
double pDoubleValue,
String pStringValue,
net.morimekta.util.Binary pBinaryValue,
Value pEnumValue,
CompactFields pCompactValue) |
RequiredFields(boolean pBooleanValue,
byte pByteValue,
short pShortValue,
int pIntegerValue,
long pLongValue,
double pDoubleValue,
String pStringValue,
net.morimekta.util.Binary pBinaryValue,
Value pEnumValue,
CompactFields pCompactValue) |
| Constructor and Description |
|---|
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Copyright © 2016. All rights reserved.