Uses of Class
org.glassfish.admin.rest.testing.Value
-
-
Uses of Value in org.glassfish.admin.rest.testing
Subclasses of Value in org.glassfish.admin.rest.testing Modifier and Type Class Description classArrayValueclassBooleanValueclassDoubleValueclassIntValueclassLongValueclassNilValueclassObjectValueclassScalarValueclassStringValueMethods in org.glassfish.admin.rest.testing that return Value Modifier and Type Method Description ValueArrayValue. get(int index)ValueObjectValue. get(String propertyName)Methods in org.glassfish.admin.rest.testing with parameters of type Value Modifier and Type Method Description ArrayValueArrayValue. add(Value value)static StringCommon. print(Value value)ObjectValueObjectValue. put(String propertyName, Value propertyValue)
-