Uses of Class
net.morimekta.providence.descriptor.PContainer.Type
-
Packages that use PContainer.Type Package Description net.morimekta.providence.descriptor -
-
Uses of PContainer.Type in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PContainer.Type Modifier and Type Method Description static PContainer.TypePContainer. typeForName(java.lang.String id)static PContainer.TypePContainer.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PContainer.Type[]PContainer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-