Uses of Class
net.morimekta.providence.model.EnumValue
-
Packages that use EnumValue Package Description net.morimekta.providence.model -
-
Uses of EnumValue in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type EnumValue Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<EnumValue,EnumValue._Field>EnumValue. kDescriptorMethods in net.morimekta.providence.model that return EnumValue Modifier and Type Method Description EnumValueEnumValue._Builder. build()Methods in net.morimekta.providence.model that return types with arguments of type EnumValue Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<EnumValue,EnumValue._Field>EnumValue._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<EnumValue,EnumValue._Field>EnumValue. descriptor()java.util.List<EnumValue>EnumType. getValues()java.util.List<EnumValue>EnumType._Builder. mutableValues()static net.morimekta.providence.descriptor.PStructDescriptorProvider<EnumValue,EnumValue._Field>EnumValue. provider()Methods in net.morimekta.providence.model with parameters of type EnumValue Modifier and Type Method Description EnumType._BuilderEnumType._Builder. addToValues(EnumValue... values)Adds entries to thevalueslist.intEnumValue. compareTo(EnumValue other)EnumValue._BuilderEnumValue._Builder. merge(EnumValue from)Method parameters in net.morimekta.providence.model with type arguments of type EnumValue Modifier and Type Method Description EnumType._BuilderEnumType._Builder. setValues(java.util.Collection<EnumValue> value)Set thevaluesfield value.Constructors in net.morimekta.providence.model with parameters of type EnumValue Constructor Description _Builder(EnumValue base)Make a mutating builder off a base pmodel.EnumValue.
-