|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.rmi.server.RemoteObject java.rmi.server.RemoteServer java.rmi.server.UnicastRemoteObject org.xBaseJ.rmi.Field
public class Field
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Fields inherited from interface org.xBaseJ.rmi.FieldInterface |
---|
serviceName |
Constructor Summary | |
---|---|
Field(org.xBaseJ.fields.Field inField)
Constructor |
Method Summary | |
---|---|
java.lang.String |
get()
returns a Field value by its relative position |
int |
getDecimalPositionCount()
returns a Field's decimal position as defined in database by its relative position |
int |
getLength()
returns a Field Length as defined in database |
java.lang.String |
getName()
returns a Field name by its relative position |
char |
getType()
returns a Field type by its relative position |
void |
put(java.lang.String v)
sets a Field value by its relative position |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
---|
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
---|
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Field(org.xBaseJ.fields.Field inField) throws java.rmi.RemoteException
java.rmi.RemoteException
Method Detail |
---|
public java.lang.String getName() throws java.rmi.RemoteException
getName
in interface FieldInterface
org.xBaseJ.xBaseJException
java.rmi.RemoteException
public char getType() throws java.rmi.RemoteException
getType
in interface FieldInterface
org.xBaseJ.xBaseJException
java.rmi.RemoteException
public int getLength() throws java.rmi.RemoteException
getLength
in interface FieldInterface
java.rmi.RemoteException
public int getDecimalPositionCount() throws java.rmi.RemoteException
getDecimalPositionCount
in interface FieldInterface
java.rmi.RemoteException
public java.lang.String get() throws java.rmi.RemoteException
get
in interface FieldInterface
org.xBaseJ.xBaseJException
java.rmi.RemoteException
public void put(java.lang.String v) throws java.rmi.RemoteException
put
in interface FieldInterface
v
- Field value
org.xBaseJ.xBaseJException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |