Package wt.preference

Class MultiValuedPreferenceInstance

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.preference._MultiValuedPreferenceInstance
wt.preference.MultiValuedPreferenceInstance
All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged, com.ptc.windchill.bac.BACManaged, Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

MultiValuedPreferenceInstance is a holder for multiple vales for a PreferenceInstance.

Use the newMultiValuedPreferenceInstance static factory method(s), not the MultiValuedPreferenceInstance 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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Integer


    Supported API: true
    static final Integer


    Supported API: true
    static final Integer


    Supported API: true
    static final Integer


    Supported API: true

    Fields inherited from class wt.preference._MultiValuedPreferenceInstance

    CONTEXT_REFERENCE, EXTERNALIZATION_VERSION_UID, LOCKED, PREFERENCE_INSTANCE, PREFERENCE_INSTANCE_REFERENCE, VALUE_KEY, VALUE_TYPE, VALUE_VALUE

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Methods inherited from class wt.preference._MultiValuedPreferenceInstance

    getClassInfo, getConceptualClassname, getContextReference, getLocked, getPreferenceInstance, getPreferenceInstanceReference, getType, getValueKey, getValueType, getValueValue, readExternal, readExternal, readVersion, setContextReference, setLocked, setPreferenceInstance, setPreferenceInstanceReference, setValueKey, setValueType, setValueValue, super_readExternal_MultiValuedPreferenceInstance, super_readVersion_MultiValuedPreferenceInstance, super_writeExternal_MultiValuedPreferenceInstance, writeExternal, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SITE_INSTANCE

      public static final Integer SITE_INSTANCE


      Supported API: true
    • ORG_INSTANCE

      public static final Integer ORG_INSTANCE


      Supported API: true
    • CONTAINER_INSTANCE

      public static final Integer CONTAINER_INSTANCE


      Supported API: true
    • USER_INSTANCE

      public static final Integer USER_INSTANCE


      Supported API: true