ilog.rules.teamserver.brm
Interface IlrExtractor
-
- All Superinterfaces:
- java.lang.Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, java.io.Serializable
public interface IlrExtractor extends IlrElementDetails
A representation of the model object 'Extractor'.The following features are supported:
- See Also:
IlrBrmPackage.getExtractor()
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetName()Returns the value of the 'Name' attribute.IlrQuerygetQuery()Returns the value of the 'Query' reference.java.lang.StringgetValidator()Returns the value of the 'Validator' attribute.-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, getValue, hashCode, isNew, toIdString
-
-
-
-
Method Detail
-
getValidator
java.lang.String getValidator()
Returns the value of the 'Validator' attribute.- Returns:
- the value of the 'Validator' attribute.
- See Also:
IlrBrmPackage.getExtractor_Validator()
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Specified by:
getNamein interfaceIlrElementSummary- Returns:
- the value of the 'Name' attribute.
- See Also:
IlrBrmPackage.getExtractor_Name()
-
getQuery
IlrQuery getQuery() throws IlrObjectNotFoundException
Returns the value of the 'Query' reference.- Throws:
IlrObjectNotFoundException- Returns:
- the value of the 'Query' reference.
- See Also:
IlrBrmPackage.getExtractor_Query()
-
-