org.otvl.sbxbsamp.abcref
Class BRefee

java.lang.Object
  extended byorg.otvl.sbxbsamp.abcref.BaseRefee
      extended byorg.otvl.sbxbsamp.abcref.BRefee
All Implemented Interfaces:
XmlReferencee

public class BRefee
extends BaseRefee

Version:
Author:

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

BRefee

public BRefee()
Method Detail

doGetReference

protected java.lang.Object doGetReference()
Provides a unique reference for the current object. The class implementing the reference must implement hashcode/equals.

Specified by:
doGetReference in class BaseRefee
Returns:
Object

doSetSbxbReference

public void doSetSbxbReference(java.lang.Object ref)
Called when a reference has been instantiated and updated after successful parsing. May be implemented by a referencee to update its state from the state of the reference.

Specified by:
doSetSbxbReference in class BaseRefee
Parameters:
ref -
Returns:
void

getSid

public java.lang.String getSid()
Returns the sid.

Returns:
String

setSid

public void setSid(java.lang.String sid)
Sets the sid.

Parameters:
sid - The sid to set

getCByRef

public CRefee getCByRef(int index)
Returns a target in link cByRef.

Parameters:
index - offset in the array
Returns:
CRefee

iteratorCByRef

public java.util.Iterator iteratorCByRef()
Returns an iterator for targets in links cByRef

Returns:
java.util.Iterator

sizeCByRef

public int sizeCByRef()
Returns the size of the collection cByRef

Returns:
int

addCByRef

public void addCByRef(int index,
                      CRefee aCRefee)
Inserts a target in link cByRef.

Parameters:
index - offset in the list
aCRefee - The CRefee to insert

addCByRef

public void addCByRef(CRefee aCRefee)
Adds a target at end of link cByRef.

Parameters:
aCRefee - The CRefee to insert

removeCByRef

public void removeCByRef(int index)
Removes a target in link cByRef

Parameters:
index - offset in the list

clearCByRef

public void clearCByRef()
Clears all targets in link cByRef



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.