Class ValueItem<E>
- java.lang.Object
-
- org.esa.snap.core.dataio.persistence.Item
-
- org.esa.snap.core.dataio.persistence.ValueItem<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget()EgetValue()BooleangetValueBoolean()Boolean[]getValueBooleans()BytegetValueByte()Byte[]getValueBytes()DoublegetValueDouble()Double[]getValueDoubles()FloatgetValueFloat()Float[]getValueFloats()IntegergetValueInt()Integer[]getValueInts()LonggetValueLong()Long[]getValueLongs()ShortgetValueShort()Short[]getValueShorts()StringgetValueString()String[]getValueStrings()-
Methods inherited from class org.esa.snap.core.dataio.persistence.Item
asAttribute, asContainer, asProperty, getName, isAttribute, isContainer, isProperty
-
-
-
-
Method Detail
-
getValue
public E getValue()
-
getValueString
public String getValueString()
-
getValueStrings
public String[] getValueStrings()
-
getValueDouble
public Double getValueDouble()
-
getValueDoubles
public Double[] getValueDoubles()
-
getValueFloat
public Float getValueFloat()
-
getValueFloats
public Float[] getValueFloats()
-
getValueLong
public Long getValueLong()
-
getValueLongs
public Long[] getValueLongs()
-
getValueInt
public Integer getValueInt()
-
getValueInts
public Integer[] getValueInts()
-
getValueShort
public Short getValueShort()
-
getValueShorts
public Short[] getValueShorts()
-
getValueByte
public Byte getValueByte()
-
getValueBytes
public Byte[] getValueBytes()
-
getValueBoolean
public Boolean getValueBoolean()
-
getValueBooleans
public Boolean[] getValueBooleans()
-
get
public E get()
-
-