wt.fc.collections
Class RefreshHelper.RoleAVersionReference

java.lang.Object
  extended bywt.vc.VersionReference
      extended bywt.fc.collections.RefreshHelper.RoleVersionReference
          extended bywt.fc.collections.RefreshHelper.RoleAVersionReference
All Implemented Interfaces:
Externalizable, NetFactor, ObjectMappable, RefreshHelper.RoleReference, Serializable, WTReference
Enclosing class:
RefreshHelper

static final class RefreshHelper.RoleAVersionReference
extends RefreshHelper.RoleVersionReference


Field Summary
(package private)  WTReference linkReference
           
 
Fields inherited from class wt.vc.VersionReference
EXTERNALIZATION_VERSION_UID, KEY, OBJECT, OLD_FORMAT_VERSION_UID
 
Fields inherited from interface wt.fc.WTReference
KEY, OBJECT
 
Constructor Summary
(package private) RefreshHelper.RoleAVersionReference(Iterated role_obj, WTReference link_reference)
           
(package private) RefreshHelper.RoleAVersionReference(VersionForeignKey role_key, WTReference link_reference)
           
 
Method Summary
 WTReference getReference(BinaryLink link)
           
 void inflateRole()
           
 String toString()
          Returns the conceptual (modeled) name for the class.
 
Methods inherited from class wt.vc.VersionReference
deflate, equals, getClassInfo, getConceptualClassname, getKey, getObject, getReferencedClass, hashCode, initialize, initialize, isInflated, newVersionReference, newVersionReference, readExternal, readExternal, readVersion, references, refresh, setKey, setObject, writeExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface wt.fc.WTReference
equals, getKey, getObject, getReferencedClass, hashCode, references, refresh, setKey
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

linkReference

final WTReference linkReference
Constructor Detail

RefreshHelper.RoleAVersionReference

RefreshHelper.RoleAVersionReference(VersionForeignKey role_key,
                                    WTReference link_reference)
                              throws WTException

RefreshHelper.RoleAVersionReference

RefreshHelper.RoleAVersionReference(Iterated role_obj,
                                    WTReference link_reference)
                              throws WTException
Method Detail

getReference

public WTReference getReference(BinaryLink link)

toString

public String toString()
Description copied from class: VersionReference
Returns the conceptual (modeled) name for the class.

Supported API: false

Overrides:
toString in class VersionReference
Returns:
String

inflateRole

public void inflateRole()
Specified by:
inflateRole in interface RefreshHelper.RoleReference