Package org.glassfish.admin.rest.testing
Class ArrayValue
java.lang.Object
org.glassfish.admin.rest.testing.Value
org.glassfish.admin.rest.testing.ArrayValue
-
Method Summary
Modifier and TypeMethodDescriptionadd()add(boolean propertyValue) add(double propertyValue) add(int propertyValue) add(long propertyValue) get(int index) getBooleanVal(int index) getDoubleVal(int index) getIntVal(int index) getLongVal(int index) getNilVal(int index) getObjectVal(int index) getStringVal(int index) ignoreExtra(boolean val) booleanbooleanordered()ordered(boolean val) remove(int index) intsize()org.codehaus.jettison.json.JSONArray
-
Method Details
-
isIgnoreExtra
public boolean isIgnoreExtra() -
ignoreExtra
-
ignoreExtra
-
isOrdered
public boolean isOrdered() -
ordered
-
ordered
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
remove
-
size
public int size() -
get
-
getObjectVal
-
getStringVal
-
getLongVal
-
getIntVal
-
getDoubleVal
-
getBooleanVal
-
getNilVal
-
toJSONArray
- Throws:
Exception
-