public class MockArray
extends java.lang.Object
implements de.bsvrz.dav.daf.main.Data.Array
Modifier and Type | Field and Description |
---|---|
java.util.List<de.bsvrz.dav.daf.main.Data> |
items |
Constructor and Description |
---|
MockArray() |
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.Data.ReferenceArray |
asReferenceArray() |
de.bsvrz.dav.daf.main.Data.NumberArray |
asScaledArray() |
de.bsvrz.dav.daf.main.Data.TextArray |
asTextArray() |
de.bsvrz.dav.daf.main.Data.TimeArray |
asTimeArray() |
de.bsvrz.dav.daf.main.Data.NumberArray |
asUnscaledArray() |
de.bsvrz.dav.daf.main.Data |
getItem(int arg0) |
int |
getLength() |
int |
getMaxCount() |
de.bsvrz.dav.daf.main.Data.ReferenceValue |
getReferenceValue(int arg0) |
de.bsvrz.dav.daf.main.Data.ReferenceValue[] |
getReferenceValues() |
de.bsvrz.dav.daf.main.Data.NumberValue |
getScaledValue(int arg0) |
de.bsvrz.dav.daf.main.Data.NumberValue[] |
getScaledValues() |
de.bsvrz.dav.daf.main.Data.TextValue |
getTextValue(int arg0) |
de.bsvrz.dav.daf.main.Data.TextValue[] |
getTextValues() |
de.bsvrz.dav.daf.main.Data.TimeValue |
getTimeValue(int arg0) |
de.bsvrz.dav.daf.main.Data.TimeValue[] |
getTimeValues() |
de.bsvrz.dav.daf.main.Data.NumberValue |
getUnscaledValue(int arg0) |
de.bsvrz.dav.daf.main.Data.NumberValue[] |
getUnscaledValues() |
boolean |
isCountLimited() |
boolean |
isCountVariable() |
void |
setLength(int arg0) |
public de.bsvrz.dav.daf.main.Data.ReferenceArray asReferenceArray()
asReferenceArray
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.NumberArray asScaledArray()
asScaledArray
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.TextArray asTextArray()
asTextArray
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.TimeArray asTimeArray()
asTimeArray
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.NumberArray asUnscaledArray()
asUnscaledArray
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data getItem(int arg0)
getItem
in interface de.bsvrz.dav.daf.main.Data.Array
public int getLength()
getLength
in interface de.bsvrz.dav.daf.main.Data.Array
public int getMaxCount()
getMaxCount
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.ReferenceValue getReferenceValue(int arg0)
getReferenceValue
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.ReferenceValue[] getReferenceValues()
getReferenceValues
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.NumberValue getScaledValue(int arg0)
getScaledValue
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.NumberValue[] getScaledValues()
getScaledValues
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.TextValue getTextValue(int arg0)
getTextValue
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.TextValue[] getTextValues()
getTextValues
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.TimeValue getTimeValue(int arg0)
getTimeValue
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.TimeValue[] getTimeValues()
getTimeValues
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.NumberValue getUnscaledValue(int arg0)
getUnscaledValue
in interface de.bsvrz.dav.daf.main.Data.Array
public de.bsvrz.dav.daf.main.Data.NumberValue[] getUnscaledValues()
getUnscaledValues
in interface de.bsvrz.dav.daf.main.Data.Array
public boolean isCountLimited()
isCountLimited
in interface de.bsvrz.dav.daf.main.Data.Array
public boolean isCountVariable()
isCountVariable
in interface de.bsvrz.dav.daf.main.Data.Array
public void setLength(int arg0)
setLength
in interface de.bsvrz.dav.daf.main.Data.Array