Package wt.adapter.attribute

Interface Summary
AttributeDelegate Defines the interface for AttributeDelegate classes.
 

Class Summary
AttributeDelegateFactory

Supported API: false

Extendable: false
AttributeHelper The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
BasicAttributeDelegate Holds convenience methods commonly used by concrete AttributeDelegate classes.
BooleanAttributeDelegate Attribute delegate for attributes of type boolean or java.lang.Boolean.
CabinetReferenceAttributeDelegate Attribute delegate for attributes of type wt.folder.CabinetReference.
CheckoutInfoAttributeDelegate Attribute delegate for attributes of type wt.vc.wip.CheckoutInfo.
ClassAttributeDelegate Attribute delegate for java.lang.Class attributes.
DefaultAttributeDelegate The 'default' attribute delegate.
DoubleAttributeDelegate Attribute delegate for attributes of type double or java.lang.Double.
EnumeratedTypeAttributeDelegate Attribute delegate for attributes of type wt.fc.EnumeratedType.
FloatAttributeDelegate Attribute delegate for attributes of type float or java.lang.Float.
FolderAttributeDelegate Attribute delegate for attributes of type wt.folder.FolderingInfo.
IntegerAttributeDelegate Attribute delegate for attributes of type int.
IterationInfoAttributeDelegate Attribute delegate for attributes of type wt.vc.IterationInfo.
LifecycleAttributeDelegate Attribute delegate for attributes of type wt.lifecycle.LifeCycleState.
LocalizedMessageAttributeDelegate Attribute delegate for attributes of type wt.util.LocalizableMessage.
LongAttributeDelegate Attribute delegate for attributes of type long or java.lang.Long.
ObjectReferenceAttributeDelegate Attribute delegate for wt.fc.ObjectReferences.
PrincipalAttributeDelegate Attribute delegate for attributes of type wt.org.WTPrincipalReference.
QuantityAttributeDelegate Attribute delegate for attributes of type wt.part.Quantity..
ReflectionHelper ReflectionHelper contains methods to obtain the method used to get a specified attribute value for a class.
ShortAttributeDelegate Attribute delegate for attributes of type short or java.lang.Short.
SqlDateAttributeDelegate Attribute delegate for attributes of type java.sql.Date..
StringAttributeDelegate Attribute delegate for attributes of type java.lang.String.
TeamTemplateAttributeDelegate Attribute delegate for attributes of type wt.team.TeamTemplateReference This attribute delete does not directly read or write this attribute.
TimestampAttributeDelegate Attribute delegate for attributes of type java.sql.Timestamp.
UtilDateAttributeDelegate Attribute delegate for attributes of type java.util.Date.
VersionInfoAttributeDelegate Attribute delegate for attributes of type wt.vc.VersionInfo.
ViewAttributeDelegate Attribute delegate for attributes of type wt.vc.views.ViewReference.