Uses of Class
cdx.scorebot.util.config.ComponType

Packages that use ComponType
cdx.scorebot.util.config Contains classes which define parameters to Tests. 
 

Uses of ComponType in cdx.scorebot.util.config
 

Methods in cdx.scorebot.util.config that return ComponType
 ComponType ConfigOption.getComponType()
          gets the kind of support a component the GUI should use to display the option
static ComponType ComponType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ComponType[] ComponType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.