Uses of Class
fleXplorer.Taxonomies.Validation

Packages that use Validation
fleXplorer.Taxonomies   
 

Uses of Validation in fleXplorer.Taxonomies
 

Methods in fleXplorer.Taxonomies that return Validation
 Validation Taxonomy.getValidation()
          Returns if taxonomy is valid.
 Validation ITaxonomy.getValidation()
          Returns if taxonomy is valid.
static Validation Validation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Validation[] Validation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fleXplorer.Taxonomies with parameters of type Validation
 void Taxonomy.setValidation(Validation value)
          Sets the value of variable that defines if taxonomy is valid.
 void ITaxonomy.setValidation(Validation value)
          Sets the value of variable that defines if taxonomy is valid.