Uses of Class
org.mockcentral.server.ValueType

Uses of ValueType in org.mockcentral.server
 

Methods in org.mockcentral.server that return ValueType
 ValueType SignaturePartBean.getValueType()
          Returns the ValueType for the value.
static ValueType ValueType.getValueType(java.lang.String label)
          Returns the ValueType corresponding to the supplied label.
static ValueType ValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mockcentral.server with parameters of type ValueType
 void SignaturePartBean.setValueType(ValueType type)
          Sets the ValueType for the value.