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
Fields -
Method Summary
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Field Details
-
SITE_INSTANCE
Supported API: true -
ORG_INSTANCE
Supported API: true -
CONTAINER_INSTANCE
Supported API: true -
USER_INSTANCE
Supported API: true
-