|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.abcref.BaseRefee org.otvl.sbxbsamp.abcref.BRefee
Constructor Summary | |
BRefee()
|
Method Summary | |
void |
addCByRef(CRefee aCRefee)
Adds a target at end of link cByRef. |
void |
addCByRef(int index,
CRefee aCRefee)
Inserts a target in link cByRef. |
void |
clearCByRef()
Clears all targets in link cByRef |
protected java.lang.Object |
doGetReference()
Provides a unique reference for the current object. |
void |
doSetSbxbReference(java.lang.Object ref)
Called when a reference has been instantiated and updated after successful parsing. |
CRefee |
getCByRef(int index)
Returns a target in link cByRef. |
java.lang.String |
getSid()
Returns the sid. |
java.util.Iterator |
iteratorCByRef()
Returns an iterator for targets in links cByRef |
void |
removeCByRef(int index)
Removes a target in link cByRef |
void |
setSid(java.lang.String sid)
Sets the sid. |
int |
sizeCByRef()
Returns the size of the collection cByRef |
Methods inherited from class org.otvl.sbxbsamp.abcref.BaseRefee |
getSbxbReference, setSbxbReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BRefee()
Method Detail |
protected java.lang.Object doGetReference()
doGetReference
in class BaseRefee
public void doSetSbxbReference(java.lang.Object ref)
doSetSbxbReference
in class BaseRefee
ref
-
public java.lang.String getSid()
public void setSid(java.lang.String sid)
sid
- The sid to setpublic CRefee getCByRef(int index)
index
- offset in the array
public java.util.Iterator iteratorCByRef()
public int sizeCByRef()
public void addCByRef(int index, CRefee aCRefee)
index
- offset in the listaCRefee
- The CRefee to insertpublic void addCByRef(CRefee aCRefee)
aCRefee
- The CRefee to insertpublic void removeCByRef(int index)
index
- offset in the listpublic void clearCByRef()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |