Uses of Class
org.nuiton.wikitty.entities.WikittyTypes

Packages that use WikittyTypes
org.nuiton.wikitty.entities   
 

Uses of WikittyTypes in org.nuiton.wikitty.entities
 

Fields in org.nuiton.wikitty.entities declared as WikittyTypes
protected  WikittyTypes FieldFactory.type
           
protected  WikittyTypes FieldType.type
           
 

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

Methods in org.nuiton.wikitty.entities with parameters of type WikittyTypes
 FieldFactory ExtensionFactory.addField(String name, WikittyTypes fieldType)
           
 FieldFactory FieldFactory.addField(String name, WikittyTypes type)
           
 void FieldType.setType(WikittyTypes type)
           
 

Constructors in org.nuiton.wikitty.entities with parameters of type WikittyTypes
ElementField(String fieldName, WikittyTypes type)
          Cree un champs sur toutes les extensions ex: "*.name" en specifiant le type du champs ex: "*.birthday.DATE"
FieldFactory(ExtensionFactory parentFactory, String fieldName, WikittyTypes type)
           
FieldType(WikittyTypes type, int lowerBound, int upperBound)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.