|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.value.EsObjectEntry
public class EsObjectEntry
Object class that holds a single entry for an EsObject.
EsObject,
EsObjectRO| Constructor Summary | |
|---|---|
EsObjectEntry(String name,
EsObject object)
Constructs a new EsObjectEntry object. |
|
| Method Summary | |
|---|---|
boolean |
getBoolean()
Gets the value of the entry, if it is a boolean. |
boolean[] |
getBooleanArray()
Gets the value of the entry, if it is an array of booleans. |
byte |
getByte()
Gets the value of the entry, if it is a byte. |
byte[] |
getByteArray()
Gets the value of the entry, if it is an array of bytes. |
char |
getChar()
Gets the value of the entry, if it is a char. |
char[] |
getCharArray()
Gets the value of the entry, if it is an array of chars. |
double |
getDouble()
Gets the value of the entry, if it is a double. |
double[] |
getDoubleArray()
Gets the value of the entry, if it is an array of doubles. |
EsObject |
getEsObject()
Gets the value of the entry, if it is an EsObject. |
EsObject[] |
getEsObjectArray()
Gets the value of the entry, if it is an array of EsObjects. |
float |
getFloat()
Gets the value of the entry, if it is a float. |
float[] |
getFloatArray()
Gets the value of the entry, if it is an array of floats. |
int |
getInteger()
Gets the value of the entry, if it is an integer. |
int[] |
getIntegerArray()
Gets the value of the entry, if it is an array of ints. |
long |
getLong()
Gets the value of the entry, if it is a long. |
long[] |
getLongArray()
Gets the value of the entry, if it is an array of longs. |
String |
getName()
Gets the name of the entry. |
Number |
getNumber()
Gets the value of the entry, if it is a Number. |
Number[] |
getNumberArray()
Gets the value of the entry, if it is an array of Numbers. |
Object |
getRawValue()
Gets the raw (Object) value of the entry. |
short |
getShort()
Gets the value of the entry, if it is a short. |
short[] |
getShortArray()
Gets the value of the entry, if it is an array of shorts. |
String |
getString()
Gets the value of the entry, if it is a string. |
String[] |
getStringArray()
Gets the value of the entry, if it is an array of strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EsObjectEntry(String name,
EsObject object)
name - name of the entryobject - value of the entry| Method Detail |
|---|
public String getName()
public int getInteger()
public String getString()
public double getDouble()
public float getFloat()
public boolean getBoolean()
public byte getByte()
public char getChar()
public long getLong()
public short getShort()
public EsObject getEsObject()
public Number getNumber()
public int[] getIntegerArray()
public String[] getStringArray()
public double[] getDoubleArray()
public float[] getFloatArray()
public boolean[] getBooleanArray()
public byte[] getByteArray()
public char[] getCharArray()
public long[] getLongArray()
public short[] getShortArray()
public EsObject[] getEsObjectArray()
public Number[] getNumberArray()
public Object getRawValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||