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
@GenAsPersistable(superClass=WTObject.class,interfaces=com.ptc.windchill.bac.BACManaged.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="valueKey",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=1200,required=true)),@GeneratedProperty(name="valueValue",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=1200)),@GeneratedProperty(name="locked",type=java.lang.Boolean.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="valueType",type=java.lang.Integer.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="contextReference",type=ObjectReference.class,constraints=@PropertyConstraints(required=true))},foreignKeys=@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="thePreferenceInstance",type=PreferenceInstance.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="theMultiValuedPreferenceInstance",cardinality=ONE,cascade=true)),tableProperties=@TableProperties(compositeIndex1="+thePreferenceInstanceReference.key.id"))
public class MultiValuedPreferenceInstance
extends wt.preference._MultiValuedPreferenceInstance
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
FieldsModifier and TypeFieldDescriptionstatic final Integer
Supported API: truestatic final Integer
Supported API: truestatic final Integer
Supported API: truestatic final Integer
Supported API: trueFields inherited from class wt.preference._MultiValuedPreferenceInstance
CONTEXT_REFERENCE, EXTERNALIZATION_VERSION_UID, LOCKED, PREFERENCE_INSTANCE, PREFERENCE_INSTANCE_REFERENCE, VALUE_KEY, VALUE_TYPE, VALUE_VALUEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields 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, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Field Details
-
SITE_INSTANCE
Supported API: true -
ORG_INSTANCE
Supported API: true -
CONTAINER_INSTANCE
Supported API: true -
USER_INSTANCE
Supported API: true
-