Uses of Class
net.morimekta.providence.reflect.contained.CEnumValue
-
Packages that use CEnumValue Package Description net.morimekta.providence.reflect.contained -
-
Uses of CEnumValue in net.morimekta.providence.reflect.contained
Methods in net.morimekta.providence.reflect.contained that return CEnumValue Modifier and Type Method Description CEnumValueCEnumValue.Builder. build()CEnumValueCEnumDescriptor. findById(int id)CEnumValueCEnumDescriptor. findByName(java.lang.String name)CEnumValue[]CEnumDescriptor. getValues()Methods in net.morimekta.providence.reflect.contained that return types with arguments of type CEnumValue Modifier and Type Method Description net.morimekta.providence.descriptor.PEnumDescriptor<CEnumValue>CEnumValue. descriptor()Methods in net.morimekta.providence.reflect.contained with parameters of type CEnumValue Modifier and Type Method Description intCEnumValue. compareTo(CEnumValue other)Method parameters in net.morimekta.providence.reflect.contained with type arguments of type CEnumValue Modifier and Type Method Description voidCEnumDescriptor. setValues(java.util.List<CEnumValue> values)Constructor parameters in net.morimekta.providence.reflect.contained with type arguments of type CEnumValue Constructor Description CEnumValue(java.lang.String comment, int value, java.lang.String name, net.morimekta.providence.descriptor.PEnumDescriptor<CEnumValue> type, java.util.Map<java.lang.String,java.lang.String> annotations)
-