Uses of Class
org.apache.tapestry5.internal.plastic.PrimitiveType
-
Packages that use PrimitiveType Package Description org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change -
-
Uses of PrimitiveType in org.apache.tapestry5.internal.plastic
Methods in org.apache.tapestry5.internal.plastic that return PrimitiveType Modifier and Type Method Description static PrimitiveType
PrimitiveType. getByName(String name)
Returns the primitive type matching the given type name or null for a non-primitive type (an array type, or an class name).static PrimitiveType
PrimitiveType. getByPrimitiveType(Class primitiveType)
static PrimitiveType
PrimitiveType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrimitiveType[]
PrimitiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-