public interface RemoteFieldValue extends ServerMappedObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
canModify() |
Object |
get() |
RemoteField |
getField() |
RemoteNode |
getNode() |
boolean |
isNull() |
void |
set(Object arg0) |
void |
setBoolean(boolean arg0) |
void |
setByte(byte[] arg0) |
void |
setDate(Date arg0) |
void |
setDouble(double arg0) |
void |
setFLoat(float arg0) |
void |
setInt(int arg0) |
void |
setLong(long arg0) |
void |
setNode(RemoteNode arg0) |
void |
setObject(Object arg0) |
void |
setString(String arg0) |
void |
setXML(Document arg0) |
boolean |
toBoolean() |
byte[] |
toByte() |
Date |
toDate() |
double |
toDouble() |
float |
toFloat() |
int |
toInt() |
long |
toLong() |
RemoteNode |
toNode() |
Document |
toXML() |
Element |
toXML(Document arg0) |
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringvoid setObject(Object arg0) throws RemoteException
RemoteExceptionvoid setString(String arg0) throws RemoteException
RemoteExceptionboolean canModify()
throws RemoteException
RemoteExceptionvoid setFLoat(float arg0)
throws RemoteException
RemoteExceptionDocument toXML() throws RemoteException
RemoteExceptionElement toXML(Document arg0) throws RemoteException
RemoteExceptionDate toDate() throws RemoteException
RemoteExceptionRemoteNode toNode() throws RemoteException
RemoteExceptionvoid setXML(Document arg0) throws RemoteException
RemoteExceptionfloat toFloat()
throws RemoteException
RemoteExceptionlong toLong()
throws RemoteException
RemoteExceptiondouble toDouble()
throws RemoteException
RemoteExceptionbyte[] toByte()
throws RemoteException
RemoteExceptionint toInt() throws RemoteException
RemoteExceptionvoid setDate(Date arg0) throws RemoteException
RemoteExceptionboolean toBoolean()
throws RemoteException
RemoteExceptionvoid setNode(RemoteNode arg0) throws RemoteException
RemoteExceptionObject get() throws RemoteException
RemoteExceptionRemoteField getField() throws RemoteException
RemoteExceptionvoid set(Object arg0) throws RemoteException
RemoteExceptionvoid setBoolean(boolean arg0)
throws RemoteException
RemoteExceptionvoid setByte(byte[] arg0)
throws RemoteException
RemoteExceptionvoid setInt(int arg0)
throws RemoteException
RemoteExceptionvoid setLong(long arg0)
throws RemoteException
RemoteExceptionvoid setDouble(double arg0)
throws RemoteException
RemoteExceptionRemoteNode getNode() throws RemoteException
RemoteExceptionboolean isNull()
throws RemoteException
RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}