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. 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._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<EnumValue>EnumValue. descriptor()java.util.List<EnumValue>EnumType_OrBuilder. getValues()java.util.List<EnumValue>EnumType._Builder. getValues()java.util.List<EnumValue>EnumType. getValues()java.util.List<EnumValue>EnumType._Builder. mutableValues()net.morimekta.providence.descriptor.PMessageDescriptor<EnumValue>EnumValue._Field. onMessageType()static net.morimekta.providence.descriptor.PStructDescriptorProvider<EnumValue>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 p_model.EnumValue.
-