Uses of Enum
org.apache.velocity.util.DuckType.Types
Packages that use DuckType.Types
-
Uses of DuckType.Types in org.apache.velocity.util
Methods in org.apache.velocity.util that return DuckType.TypesModifier and TypeMethodDescriptionstatic DuckType.Types
Returns the enum constant of this type with the specified name.static DuckType.Types[]
DuckType.Types.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.velocity.util with parameters of type DuckType.TypesModifier and TypeMethodDescriptionprotected static Method
DuckType.findMethod
(Class<?> c, DuckType.Types type) protected static Object
DuckType.get
(Object value, DuckType.Types type)