Package com.ptc.windchill.option.model
Class _ChoiceMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
com.ptc.windchill.option.model._ChoiceMaster
- All Implemented Interfaces:
com.ptc.windchill.option.model._RuleMember,com.ptc.windchill.option.model.RuleMember,Externalizable,Serializable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.option._ExpressionMember,wt.option.ExpressionMember,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable,wt.vc._Mastered,Mastered
- Direct Known Subclasses:
ChoiceMaster
public abstract class _ChoiceMaster
extends Master
implements wt.ufid.Federatable, WTContained, wt.option.ExpressionMember, com.ptc.windchill.option.model.RuleMember, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe dataValue for a numeric datatype.static final StringPrecision for dataValue for a numeric datatype.static final StringName of the choice.static final StringThe number for the choice.Fields inherited from class wt.enterprise.Master
OLD_FORMAT_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.option.ExpressionMember
LOADER_CACHE_KEYFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface com.ptc.windchill.option.model.RuleMember
LOADER_CACHE_KEYFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptiondoubleThe dataValue for a numeric datatype.intPrecision for dataValue for a numeric datatype.getName()Name of the choice.The number for the choice.voidsetDataValue(double dataValue) The dataValue for a numeric datatype.voidsetDataValuePrecision(int dataValuePrecision) Precision for dataValue for a numeric datatype.voidName of the choice.voidThe number for the choice.Methods inherited from class wt.enterprise.Master
getBusinessType, getIdentity, setSeriesMethods inherited from class wt.enterprise._Master
getSeries, readVersion, super_readExternal_Master, super_readVersion_Master, super_writeExternal_MasterMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
DATA_VALUE
The dataValue for a numeric datatype.Supported API: true
- See Also:
-
DATA_VALUE_PRECISION
Precision for dataValue for a numeric datatype.Supported API: true
- See Also:
-
NAME
Name of the choice.Supported API: true
- See Also:
-
NUMBER
The number for the choice.Supported API: true
- See Also:
-
-
Method Details
-
getDataValue
public double getDataValue()The dataValue for a numeric datatype.Supported API: true
- See Also:
-
setDataValue
The dataValue for a numeric datatype.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getDataValuePrecision
public int getDataValuePrecision()Precision for dataValue for a numeric datatype.Supported API: true
- See Also:
-
setDataValuePrecision
Precision for dataValue for a numeric datatype.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getName
Name of the choice.Supported API: true
- See Also:
-
setName
Name of the choice.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getNumber
The number for the choice.Supported API: true
- See Also:
-
setNumber
The number for the choice.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-