Uses of Class
com.swiftmq.mgmt.InvalidTypeException
-
Packages that use InvalidTypeException Package Description com.swiftmq.mgmt -
-
Uses of InvalidTypeException in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that throw InvalidTypeException Modifier and Type Method Description static java.lang.ObjectProperty. convertToType(java.lang.Class type, java.lang.String v)Converts a String into the given type.voidProperty. setMaxValue(java.lang.Comparable maxValue)Set a maximum value for this Property.voidProperty. setMinValue(java.lang.Comparable minValue)Set a minimum value for this Property.voidProperty. setPossibleValues(java.util.List possibleValues)Sets a list of possible value for String types.voidProperty. setType(java.lang.Class type)Set the type of this Property.voidProperty. setValue(java.lang.Object value)Set the value.
-