Uses of Class
net.morimekta.providence.model.TypedefType._Field
-
Packages that use TypedefType._Field Package Description net.morimekta.providence.model -
-
Uses of TypedefType._Field in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type TypedefType._Field Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<TypedefType,TypedefType._Field>TypedefType. kDescriptorMethods in net.morimekta.providence.model that return TypedefType._Field Modifier and Type Method Description static TypedefType._FieldTypedefType._Field. fieldForId(int id)static TypedefType._FieldTypedefType._Field. fieldForName(java.lang.String name)static TypedefType._FieldTypedefType._Field. findById(int id)static TypedefType._FieldTypedefType._Field. findByName(java.lang.String name)static TypedefType._FieldTypedefType._Field. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypedefType._Field[]TypedefType._Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.morimekta.providence.model that return types with arguments of type TypedefType._Field Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<TypedefType,TypedefType._Field>TypedefType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<TypedefType,TypedefType._Field>TypedefType. descriptor()static net.morimekta.providence.descriptor.PStructDescriptorProvider<TypedefType,TypedefType._Field>TypedefType. provider()
-