Package wt.generic

Interface Genericizable

All Superinterfaces:
wt.option._ChoiceMappable, wt.content._ContentHolder, wt.option._Expressionable, wt.option._ExpressionAssignable, wt.ufid._Federatable, wt.federation._FederatedLinkHolder, _Genericizable, _Iterated, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.federation._RemotelyLinkable, wt.vc._Versionable, ChoiceMappable, ContentHolder, Expressionable, ExpressionAssignable, wt.ufid.Federatable, wt.federation.FederatedLinkHolder, Iterated, NetFactor, ObjectMappable, Persistable, wt.federation.RemotelyLinkable, Serializable, Versionable
All Known Implementing Classes:
_EPMDocument, com.ptc.windchill.suma.part._ManufacturerPart, com.ptc.windchill.mpml.resource._MPMOperationAssignableResource, _MPMPlant, _MPMProcessMaterial, _MPMResource, _MPMResourceGroup, _MPMSkill, _MPMTooling, _MPMWorkCenter, _OptionSet, _PartList, com.ptc.windchill.suma.part._SupplierPart, com.ptc.windchill.suma.part._VendorPart, _WTPart, EPMDocument, ManufacturerPart, com.ptc.windchill.mpml.resource.MPMOperationAssignableResource, MPMPlant, MPMProcessMaterial, MPMResource, MPMResourceGroup, MPMSkill, MPMTooling, MPMWorkCenter, OptionSet, PartList, SupplierPart, VendorPart, WTPart

@GenAsPersistable(interfaces={ContentHolder.class,Versionable.class,ChoiceMappable.class,ExpressionAssignable.class},properties={@GeneratedProperty(name="minimumRequired",type=java.lang.Integer.class,javaDoc="Attribute specific to the Windchill Assembly To Order module",constraints=@PropertyConstraints(lowerLimit=0)),@GeneratedProperty(name="maximumAllowed",type=java.lang.Integer.class,javaDoc="Attribute specific to the Windchill Assembly To Order module",constraints=@PropertyConstraints(lowerLimit=0))},foreignKeys=@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="master",type=wt.generic.GenericizableMaster.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="iteration",supportedAPI=PUBLIC,cascade=false)),derivedProperties={@DerivedProperty(name="collapsible",derivedFrom="master>collapsible"),@DerivedProperty(name="genericType",derivedFrom="master>genericType",supportedAPI=PUBLIC)}) public interface Genericizable extends _Genericizable


Supported API: true

Extendable: false