org.otvl.sbxbsamp.abcref
Class ARefee

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

public class ARefee
extends BaseRefee

Version:
Author:

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

ARefee

public ARefee()
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

getId

public int getId()
Returns the id.

Returns:
int

setId

public void setId(int id)
Sets the id.

Parameters:
id - The id 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.