Uses of Enum
org.apache.tapestry5.internal.plastic.PrimitiveType
Packages that use PrimitiveType
Package
Description
[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 PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveType
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
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.