public class StiDataParametersCollection extends java.util.ArrayList<StiDataParameter> implements IStiValueCollection
| Constructor and Description |
|---|
StiDataParametersCollection() |
StiDataParametersCollection(StiDataSource stiDataSource) |
| Modifier and Type | Method and Description |
|---|---|
StiDataParameter |
getByName(java.lang.String name) |
java.lang.Class<?> |
getItemsType(java.lang.String textContext) |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic StiDataParametersCollection()
public StiDataParametersCollection(StiDataSource stiDataSource)
public java.lang.Class<?> getItemsType(java.lang.String textContext)
getItemsType in interface IStiValueCollectionpublic StiDataParameter getByName(java.lang.String name)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.