Uses of Class
org.sharengo.wikitty.FieldType.TYPE

Packages that use FieldType.TYPE
org.sharengo.wikitty   
 

Uses of FieldType.TYPE in org.sharengo.wikitty
 

Methods in org.sharengo.wikitty that return FieldType.TYPE
 FieldType.TYPE FieldType.getType()
           
static FieldType.TYPE FieldType.TYPE.parse(String name)
          convert string to TYPE, this methode accept not trimed and not well cased string (difference with valueOf)
static FieldType.TYPE FieldType.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldType.TYPE[] FieldType.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sharengo.wikitty with parameters of type FieldType.TYPE
 FieldFactory ExtensionFactory.addField(String name, FieldType.TYPE fieldType)
           
 FieldFactory FieldFactory.addField(String name, FieldType.TYPE type)
           
 

Constructors in org.sharengo.wikitty with parameters of type FieldType.TYPE
FieldFactory(ExtensionFactory parentFactory, String fieldName, FieldType.TYPE type)
           
FieldType(FieldType.TYPE type, int lowerBound, int upperBound)
           
FieldType(FieldType.TYPE type, int lowerBound, int upperBound, boolean unique, boolean notNull)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.