Package wt.epm.alternaterep
Interface _EPMAlternateRepResultRule
- All Superinterfaces:
_AlternateRepRule,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,AlternateRepRule,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
EPMAlternateRepResultRule
- All Known Implementing Classes:
_EPMResultRule,EPMResultRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: trueFields inherited from interface wt.epm.alternaterep._AlternateRepRule
PARENT, PARENT_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueSupported API: truevoidsetRepresentation(AlternateRepresentation the_representation) Supported API: truevoidsetRepresentationReference(ObjectReference the_representationReference) Supported API: trueMethods inherited from interface wt.epm.alternaterep._AlternateRepRule
getParent, getParentReference, setParent, setParentReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
REPRESENTATION
Supported API: true -
REPRESENTATION_REFERENCE
Supported API: true
-
-
Method Details
-
getRepresentation
AlternateRepresentation getRepresentation()Supported API: true- See Also:
-
getRepresentationReference
ObjectReference getRepresentationReference()Supported API: true- See Also:
-
setRepresentation
void setRepresentation(AlternateRepresentation the_representation) throws WTPropertyVetoException, WTException Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setRepresentationReference
void setRepresentationReference(ObjectReference the_representationReference) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-