public class JsonArrayBcProperty extends BcProperty<org.json.JSONArray>
BcPropertyBase.RawConverter| Constructor and Description |
|---|
JsonArrayBcProperty(String key) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isEquals(org.json.JSONArray newValue,
org.json.JSONArray currentValue) |
org.json.JSONArray |
unwrap(Value value)
Convert the Ge value to its original raw type.
|
Value |
wrap(org.json.JSONArray value)
Convert the raw value to an appropriate value for storage
in Ge.
|
addPropertyValue, addPropertyValue, addPropertyValue, addPropertyValue, addPropertyValue, alterVisibility, getFirstProperty, getFirstPropertyValue, getOnlyProperty, getOnlyPropertyValue, getOnlyPropertyValueRequired, getProperties, getProperty, getPropertyValue, getPropertyValue, getPropertyValues, hasProperty, hasProperty, hideProperty, removeProperty, removeProperty, removeProperty, removeProperty, updateProperty, updateProperty, updateProperty, updateProperty, updateProperty, updateProperty, updateProperty, updateProperty, updateProperty, updatePropertygetPropertyName, getRawConverter, isSameName, isSameName, toStringpublic JsonArrayBcProperty(String key)
public Value wrap(org.json.JSONArray value)
BcPropertyBasewrap in class BcPropertyBase<org.json.JSONArray>public org.json.JSONArray unwrap(Value value)
BcPropertyBaseunwrap in class BcPropertyBase<org.json.JSONArray>protected boolean isEquals(org.json.JSONArray newValue,
org.json.JSONArray currentValue)
isEquals in class BcPropertyBase<org.json.JSONArray>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.