Package com.ptc.windchill.mpml.formula
Class FormulaMetaData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.mpml.formula._FormulaMetaData
com.ptc.windchill.mpml.formula.FormulaMetaData
- All Implemented Interfaces:
Externalizable,Serializable,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsPersistable(superClass=WTObject.class,interfaces={WTContained.class,Foldered.class,wt.ownership.Ownable.class,DomainAdministered.class,wt.ufid.Federatable.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,columnProperties=@ColumnProperties(persistent=true)),@GeneratedProperty(name="description",type=java.lang.String.class),@GeneratedProperty(name="formulaClassName",type=java.lang.String.class),@GeneratedProperty(name="formulaType",type=FormulaType.class,initialValue="FormulaType.TIME",supportedAPI=PUBLIC,constraints=@PropertyConstraints(upperLimit=30,required=true))})
public class FormulaMetaData
extends _FormulaMetaData
Use the newFormulaMetaData static factory method(s), not
the FormulaMetaData 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 inherited from class com.ptc.windchill.mpml.formula._FormulaMetaData
DESCRIPTION, EXTERNALIZATION_VERSION_UID, FORMULA_CLASS_NAME, FORMULA_TYPE, NAMEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATIONFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class com.ptc.windchill.mpml.formula._FormulaMetaData
getCabinet, getCabinetName, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getDescription, getDomainRef, getFederatableInfo, getFolderingInfo, getFormulaClassName, getFormulaType, getName, getOwnership, getParentFolder, getType, isInheritedDomain, readExternal, readExternal, readVersion, setContainer, setContainerReference, setDescription, setDomainRef, setFederatableInfo, setFolderingInfo, setFormulaClassName, setFormulaType, setInheritedDomain, setName, setOwnership, super_readExternal_FormulaMetaData, super_readVersion_FormulaMetaData, super_writeExternal_FormulaMetaData, 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, 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.Persistable
checkAttributes, getIdentity
-
Method Details
-
newFormulaMetaData
Default factory for the class.
Supported API: true- Returns:
- FormulaMetaData
- Throws:
WTException
-