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