Class EPMDefinitionRule

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.alternaterep._EPMDefinitionRule
wt.epm.alternaterep.EPMDefinitionRule
All Implemented Interfaces:
Externalizable, Serializable, wt.alternaterep._AlternateRepDefinitionRule, wt.alternaterep.AlternateRepDefinitionRule, _AlternateRepRule, _EPMAlternateRepDefinitionRule, AlternateRepRule, EPMAlternateRepDefinitionRule, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsPersistable(superClass=WTObject.class,interfaces={AlternateRepRule.class,EPMAlternateRepDefinitionRule.class,wt.alternaterep.AlternateRepDefinitionRule.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="actionType",type=EPMRuleActionType.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="representationType",type=EPMRepRuleType.class,supportedAPI=PUBLIC),@GeneratedProperty(name="order",type=int.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="processingOrder")),@GeneratedProperty(name="statement",type=java.lang.String.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="queryStatement"),constraints=@PropertyConstraints(upperLimit=2000)),@GeneratedProperty(name="level",type=int.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="depth")),@GeneratedProperty(name="scopePath",type=java.lang.String.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(getAccess=PROTECTED),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="substituteNdID",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="ruleType",type=EPMDefinitionRuleType.class),@GeneratedProperty(name="substituteRepInfo",type=EPMSubstituteRepInfo.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="C")),@GeneratedProperty(name="referencedRuleReference",type=ObjectReference.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(persistent=false),accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PROTECTED))},foreignKeys=@GeneratedForeignKey(superClassName="wt.epm.alternaterep.AlternateRepDefinitionRuleLink",foreignKeyRole=@ForeignKeyRole(name="representation",type=AlternateRepresentation.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="definitionRule",cardinality=ONE_TO_MANY,cascade=true))) public class EPMDefinitionRule extends _EPMDefinitionRule

Use the newEPMDefinitionRule static factory method(s), not the EPMDefinitionRule 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: