| Package | Description |
|---|---|
| net.morimekta.test.providence |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<DefaultValues> |
DefaultValues.CREATOR |
static PStructDescriptor<DefaultValues,DefaultValues._Field> |
DefaultValues.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
DefaultValues |
DefaultValues._Builder.build() |
DefaultValues |
Containers.getDefaultValues() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<DefaultValues,DefaultValues._Field> |
DefaultValues.descriptor() |
static PStructDescriptorProvider<DefaultValues,DefaultValues._Field> |
DefaultValues.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultValues.compareTo(DefaultValues other) |
Containers._Builder |
Containers._Builder.setDefaultValues(DefaultValues value) |
| Constructor and Description |
|---|
_Builder(DefaultValues base) |
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.