wt.preference
Class PreferenceClient

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.preference.AbstractPreference
          extended by wt.preference.PreferenceClient
All Implemented Interfaces:
Externalizable, Serializable, Comparable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public final class PreferenceClient
extends AbstractPreference
implements Externalizable

Use the newPreferenceClient static factory method(s), not the PreferenceClient constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String WINDCHILL_CLIENT_NAME
          

Supported API: true
 
Method Summary
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

WINDCHILL_CLIENT_NAME

public static final String WINDCHILL_CLIENT_NAME


Supported API: true

See Also:
Constant Field Values