Uses of Class
org.squashtest.tm.domain.customfield.InputType

Packages that use InputType
org.squashtest.tm.domain.customfield   
org.squashtest.tm.domain.denormalizedfield   
 

Uses of InputType in org.squashtest.tm.domain.customfield
 

Fields in org.squashtest.tm.domain.customfield declared as InputType
protected  InputType CustomField.inputType
           
 

Methods in org.squashtest.tm.domain.customfield that return InputType
 InputType CustomField.getInputType()
           
static InputType InputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputType[] InputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.squashtest.tm.domain.customfield with parameters of type InputType
CustomField(InputType inputType)
           
 

Uses of InputType in org.squashtest.tm.domain.denormalizedfield
 

Methods in org.squashtest.tm.domain.denormalizedfield that return InputType
 InputType DenormalizedFieldValue.getInputType()
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.