Uses of Class
org.apache.velocity.tools.config.Data.Type
-
Packages that use Data.Type Package Description org.apache.velocity.tools.config -
-
Uses of Data.Type in org.apache.velocity.tools.config
Fields in org.apache.velocity.tools.config declared as Data.Type Modifier and Type Field Description protected static Data.TypeData. DEFAULT_TYPEMethods in org.apache.velocity.tools.config that return Data.Type Modifier and Type Method Description static Data.TypeData.Type. get(String type)static Data.TypeData.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Data.Type[]Data.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.velocity.tools.config with parameters of type Data.Type Modifier and Type Method Description protected EasyFactoryConfigurationEasyFactoryConfiguration. data(String key, Data.Type type, Object value)protected voidData. setType(Data.Type type)protected EasyFactoryConfiguration.EasyDataEasyFactoryConfiguration.EasyData. type(Data.Type type)
-