public class StiConditionsCollection extends java.util.ArrayList<StiBaseCondition> implements java.lang.Cloneable, IStiValueCollection, IStiJsonReportObject
| Constructor and Description |
|---|
StiConditionsCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(StiBaseCondition[] conditions) |
void |
addRange(StiConditionsCollection conditions) |
void |
addRange(StiConditionsCollection conditions,
boolean addOnlyNotEqual) |
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 JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic final void addRange(StiConditionsCollection conditions)
public final void addRange(StiConditionsCollection conditions, boolean addOnlyNotEqual)
public final void addRange(StiBaseCondition[] conditions)
public java.lang.Class<?> getItemsType(java.lang.String textContext)
getItemsType in interface IStiValueCollectionCopyright © 2019 Stimulsoft. All Rights Reserved.