wt.preference
Class PreferenceDefinition

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

public final class PreferenceDefinition
extends AbstractPreference
implements Externalizable

Use the newPreferenceDefinition static factory method(s), not the PreferenceDefinition 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 int VISIBILITY_HIDDEN
          

Supported API: true
static int VISIBILITY_ORG
          

Supported API: true
static int VISIBILITY_SITE
          

Supported API: true
static int VISIBILITY_USER
          

Supported API: true
static int VISIBILITY_USER_ONLY
          

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

VISIBILITY_HIDDEN

public static final int VISIBILITY_HIDDEN


Supported API: true

See Also:
Constant Field Values

VISIBILITY_SITE

public static final int VISIBILITY_SITE


Supported API: true

See Also:
Constant Field Values

VISIBILITY_ORG

public static final int VISIBILITY_ORG


Supported API: true

See Also:
Constant Field Values

VISIBILITY_USER

public static final int VISIBILITY_USER


Supported API: true

See Also:
Constant Field Values

VISIBILITY_USER_ONLY

public static final int VISIBILITY_USER_ONLY


Supported API: true

See Also:
Constant Field Values