StarOffice 5.2 API
reverse engineered by classdoc

stardiv.js.ip
Class IpAccessItem

java.lang.Object
  |
  +--stardiv.js.ip.IpAccessItem
All Implemented Interfaces:
stardiv.memory.UnionAccess

public synchronized class IpAccessItem
extends java.lang.Object
implements stardiv.memory.UnionAccess


Field Summary
private  stardiv.js.ip.Ip aIp
           
private  boolean bWriteAccess
           
(package private)  int iArrayPos
           
 
Fields inherited from interface stardiv.memory.UnionAccess
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, OBJECT, PRIVATE_STRING, SHORT, VOID
 
Constructor Summary
(package private) IpAccessItem(stardiv.js.ip.Ip i, boolean b)
           
 
Method Summary
 boolean getBoolean()
           
 byte getByte()
           
 char getChar()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 java.lang.Object getObject()
           
 short getShort()
           
 int getType()
           
 void setBoolean(boolean b)
           
 void setByte(byte b)
           
 void setChar(char c)
           
 void setDouble(double d)
           
 void setFloat(float f)
           
 void setInt(int i)
           
 void setLong(long l)
           
 void setObject(java.lang.Object o)
           
 void setShort(short s)
           
 void setVoid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aIp

private stardiv.js.ip.Ip aIp

bWriteAccess

private boolean bWriteAccess

iArrayPos

int iArrayPos
Constructor Detail

IpAccessItem

IpAccessItem(stardiv.js.ip.Ip i,
             boolean b)
Method Detail

getBoolean

public boolean getBoolean()
Specified by:
getBoolean in interface stardiv.memory.UnionAccess

getByte

public byte getByte()
Specified by:
getByte in interface stardiv.memory.UnionAccess

getChar

public char getChar()
Specified by:
getChar in interface stardiv.memory.UnionAccess

getDouble

public double getDouble()
Specified by:
getDouble in interface stardiv.memory.UnionAccess

getFloat

public float getFloat()
Specified by:
getFloat in interface stardiv.memory.UnionAccess

getInt

public int getInt()
Specified by:
getInt in interface stardiv.memory.UnionAccess

getLong

public long getLong()
Specified by:
getLong in interface stardiv.memory.UnionAccess

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface stardiv.memory.UnionAccess

getShort

public short getShort()
Specified by:
getShort in interface stardiv.memory.UnionAccess

getType

public int getType()
Specified by:
getType in interface stardiv.memory.UnionAccess

setBoolean

public void setBoolean(boolean b)
Specified by:
setBoolean in interface stardiv.memory.UnionAccess

setByte

public void setByte(byte b)
Specified by:
setByte in interface stardiv.memory.UnionAccess

setChar

public void setChar(char c)
Specified by:
setChar in interface stardiv.memory.UnionAccess

setDouble

public void setDouble(double d)
Specified by:
setDouble in interface stardiv.memory.UnionAccess

setFloat

public void setFloat(float f)
Specified by:
setFloat in interface stardiv.memory.UnionAccess

setInt

public void setInt(int i)
Specified by:
setInt in interface stardiv.memory.UnionAccess

setLong

public void setLong(long l)
Specified by:
setLong in interface stardiv.memory.UnionAccess

setObject

public void setObject(java.lang.Object o)
Specified by:
setObject in interface stardiv.memory.UnionAccess

setShort

public void setShort(short s)
Specified by:
setShort in interface stardiv.memory.UnionAccess

setVoid

public void setVoid()
Specified by:
setVoid in interface stardiv.memory.UnionAccess

StarOffice 5.2 API
reverse engineered by classdoc