Uses of Class
org.apache.velocity.tools.config.Data.Type

Packages that use Data.Type
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
protected static Data.Type Data.DEFAULT_TYPE
           
 

Methods in org.apache.velocity.tools.config that return Data.Type
static Data.Type Data.Type.get(String type)
           
static Data.Type Data.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
protected  EasyFactoryConfiguration EasyFactoryConfiguration.data(String key, Data.Type type, Object value)
           
protected  void Data.setType(Data.Type type)
           
protected  EasyFactoryConfiguration.EasyData EasyFactoryConfiguration.EasyData.type(Data.Type type)
           
 



Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.