|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssValueAny interface.
Nested Class Summary | |
static class |
IEssValueAny.EEssDataType
The EEssDataType class is an enumeration of data types. |
Method Summary | |
boolean |
getBoolean()
Gets the boolean value. |
IEssValueAny.EEssDataType |
getDataType()
Gets the data type of the value. |
java.util.Date |
getDate()
Gets the Date value. |
double |
getDouble()
Gets the double value. |
IEssEnum |
getEssEnum()
Gets the IEssEnum value. |
float |
getFloat()
Gets the float value. |
int |
getInt()
Gets the int value. |
java.lang.Object |
getObject()
Gets the Object value. |
short |
getShort()
Gets the short value. |
java.lang.String |
getString()
Gets the String value. |
java.lang.String[] |
getStringArr()
Gets the String[] value. |
java.util.Vector |
getVector()
Gets the Vector value. |
void |
setBoolean(boolean value)
Sets the boolean value. |
void |
setDate(java.util.Date value)
Sets the Date value. |
void |
setDouble(double value)
Sets the double value. |
void |
setEssEnum(IEssEnum value)
Sets the IEssEnum value. |
void |
setFloat(float value)
Sets the float value. |
void |
setInt(int value)
Sets the int value. |
void |
setObject(java.lang.Object value)
Sets the Object value. |
void |
setShort(short value)
Sets the short value. |
void |
setString(java.lang.String value)
Sets the String value. |
void |
setStringArr(java.lang.String[] value)
Sets the String[] value. |
void |
setVector(java.util.Vector value)
Sets the Vector value. |
Method Detail |
public IEssValueAny.EEssDataType getDataType() throws EssException
EssException
- if an error occurs.public boolean getBoolean() throws EssException
EssException
- if an error occurs.public void setBoolean(boolean value) throws EssException
value
- The boolean value.
EssException
- if an error occurs.public java.lang.String getString() throws EssException
EssException
- if an error occurs.public void setString(java.lang.String value) throws EssException
value
- The String value.
EssException
- if an error occurs.public int getInt() throws EssException
EssException
- if an error occurs.public void setInt(int value) throws EssException
value
- The int value.
EssException
- if an error occurs.public short getShort() throws EssException
EssException
- if an error occurs.public void setShort(short value) throws EssException
value
- The short value.
EssException
- if an error occurs.public double getDouble() throws EssException
EssException
- if an error occurs.public void setDouble(double value) throws EssException
value
- The double value.
EssException
- if an error occurs.public float getFloat() throws EssException
EssException
- if an error occurs.public void setFloat(float value) throws EssException
value
- The float value.
EssException
- if an error occurs.public IEssEnum getEssEnum() throws EssException
EssException
- if an error occurs.public void setEssEnum(IEssEnum value) throws EssException
value
- The IEssEnum value.
EssException
- if an error occurs.public java.lang.Object getObject() throws EssException
EssException
- if an error occurs.public void setObject(java.lang.Object value) throws EssException
value
- The Object value.
EssException
- if an error occurs.public java.util.Vector getVector() throws EssException
EssException
- if an error occurs.public void setVector(java.util.Vector value) throws EssException
value
- The Vector value.
EssException
- if an error occurs.public java.util.Date getDate() throws EssException
EssException
- if an error occurs.public void setDate(java.util.Date value) throws EssException
value
- The Date value.
EssException
- if an error occurs.public java.lang.String[] getStringArr() throws EssException
EssException
- if an error occurs.public void setStringArr(java.lang.String[] value) throws EssException
value
- The String[] value.
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |