Uses of Class
wt.adapter.attribute.BasicAttributeDelegate

Packages that use BasicAttributeDelegate
wt.adapter.attribute   
 

Uses of BasicAttributeDelegate in wt.adapter.attribute
 

Subclasses of BasicAttributeDelegate in wt.adapter.attribute
 class BooleanAttributeDelegate
          Attribute delegate for attributes of type boolean or java.lang.Boolean.
 class CabinetReferenceAttributeDelegate
          Attribute delegate for attributes of type wt.folder.CabinetReference.
 class CheckoutInfoAttributeDelegate
          Attribute delegate for attributes of type wt.vc.wip.CheckoutInfo.
 class ClassAttributeDelegate
          Attribute delegate for java.lang.Class attributes.
 class DefaultAttributeDelegate
          The 'default' attribute delegate.
 class DoubleAttributeDelegate
          Attribute delegate for attributes of type double or java.lang.Double.
 class EnumeratedTypeAttributeDelegate
          Attribute delegate for attributes of type wt.fc.EnumeratedType.
 class FloatAttributeDelegate
          Attribute delegate for attributes of type float or java.lang.Float.
 class FolderAttributeDelegate
          Attribute delegate for attributes of type wt.folder.FolderingInfo.
 class IntegerAttributeDelegate
          Attribute delegate for attributes of type int.
 class IterationInfoAttributeDelegate
          Attribute delegate for attributes of type wt.vc.IterationInfo.
 class LifecycleAttributeDelegate
          Attribute delegate for attributes of type wt.lifecycle.LifeCycleState.
 class LocalizedMessageAttributeDelegate
          Attribute delegate for attributes of type wt.util.LocalizableMessage.
 class LongAttributeDelegate
          Attribute delegate for attributes of type long or java.lang.Long.
 class ObjectReferenceAttributeDelegate
          Attribute delegate for wt.fc.ObjectReferences.
 class PrincipalAttributeDelegate
          Attribute delegate for attributes of type wt.org.WTPrincipalReference.
 class QuantityAttributeDelegate
          Attribute delegate for attributes of type wt.part.Quantity..
 class ShortAttributeDelegate
          Attribute delegate for attributes of type short or java.lang.Short.
 class SqlDateAttributeDelegate
          Attribute delegate for attributes of type java.sql.Date..
 class StringAttributeDelegate
          Attribute delegate for attributes of type java.lang.String.
 class TeamTemplateAttributeDelegate
          Attribute delegate for attributes of type wt.team.TeamTemplateReference This attribute delete does not directly read or write this attribute.
 class TimestampAttributeDelegate
          Attribute delegate for attributes of type java.sql.Timestamp.
 class UtilDateAttributeDelegate
          Attribute delegate for attributes of type java.util.Date.
 class VersionInfoAttributeDelegate
          Attribute delegate for attributes of type wt.vc.VersionInfo.
 class ViewAttributeDelegate
          Attribute delegate for attributes of type wt.vc.views.ViewReference.
 

Methods in wt.adapter.attribute with parameters of type BasicAttributeDelegate
protected  boolean BasicAttributeDelegate.readVersion(BasicAttributeDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.