|
|||||||||||
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.ARefee
Constructor Summary | |
ARefee()
|
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. |
int |
getId()
Returns the id. |
java.util.Iterator |
iteratorCByRef()
Returns an iterator for targets in links cByRef |
void |
removeCByRef(int index)
Removes a target in link cByRef |
void |
setId(int id)
Sets the id. |
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 ARefee()
Method Detail |
protected java.lang.Object doGetReference()
doGetReference
in class BaseRefee
public void doSetSbxbReference(java.lang.Object ref)
doSetSbxbReference
in class BaseRefee
ref
-
public int getId()
public void setId(int id)
id
- The id 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 |