Uses of Class
org.uitnet.testing.smartfwk.core.validator.PropertyValueType
-
Packages that use PropertyValueType Package Description org.uitnet.testing.smartfwk.core.validator -
-
Uses of PropertyValueType in org.uitnet.testing.smartfwk.core.validator
Methods in org.uitnet.testing.smartfwk.core.validator that return PropertyValueType Modifier and Type Method Description static PropertyValueTypePropertyValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyValueTypePropertyValueType. valueOf2(String type)static PropertyValueType[]PropertyValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-