Package org.openl.rules.dt.storage
Class ObjectStorage
- java.lang.Object
-
- org.openl.rules.dt.storage.ObjectStorage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openl.rules.dt.storage.IStorage
IStorage.StorageType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageInfogetInfo()ObjectgetValue(int index)Object[]getValues()booleanisElse(int index)booleanisFormula(int index)booleanisSpace(int index)voidsetElse(int index)voidsetFormula(int index, Object formula)voidsetInfo(StorageInfo info)voidsetSpace(int index)voidsetValue(int index, Object o)intsize()
-
-
-
Method Detail
-
isFormula
public boolean isFormula(int index)
-
setValue
public void setValue(int index, Object o)
-
setFormula
public void setFormula(int index, Object formula)- Specified by:
setFormulain interfaceIStorage<Object>
-
getInfo
public StorageInfo getInfo()
-
setInfo
public void setInfo(StorageInfo info)
-
getValues
public Object[] getValues()
-
-