Uses of Class
procope.tools.userclasses.UserDataType

Packages that use UserDataType
procope.tools.userclasses   
 

Uses of UserDataType in procope.tools.userclasses
 

Methods in procope.tools.userclasses that return UserDataType
 UserDataType UserParameter.getDataType()
          Returns the data type of this parameter
static UserDataType UserDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserDataType[] UserDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in procope.tools.userclasses with parameters of type UserDataType
UserParameter(String name, String defVal, UserDataType dataType)
          Creates a new user parameter