Uses of Class
net.morimekta.providence.descriptor.PPrimitive
-
Packages that use PPrimitive Package Description net.morimekta.providence.descriptor -
-
Uses of PPrimitive in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PPrimitive Modifier and Type Method Description PPrimitivePPrimitiveProvider. descriptor()static PPrimitivePPrimitive. findByName(java.lang.String name)Find primitive by name.static PPrimitivePPrimitive. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PPrimitive[]PPrimitive. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.morimekta.providence.descriptor with parameters of type PPrimitive Constructor Description PPrimitiveProvider(PPrimitive type)
-