ilog.rules.teamserver.brm
Interface IlrAbstractQuery
-
- All Superinterfaces:
- java.lang.Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrModelElement, IlrPackageElement, IlrProjectElement, java.io.Serializable
- All Known Subinterfaces:
- IlrQuery, IlrSmartView
public interface IlrAbstractQuery extends IlrPackageElement
A representation of the model object 'Abstract Query'.The following features are supported:
- See Also:
IlrBrmPackage.getAbstractQuery()
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDefinition()Returns the value of the 'Definition' attribute.java.lang.StringgetLocale()Returns the value of the 'Locale' attribute.booleanisIncludeDependencies()Returns the value of the 'Include Dependencies' attribute.-
Methods inherited from interface ilog.rules.teamserver.brm.IlrPackageElement
getRulePackage
-
Methods inherited from interface ilog.rules.teamserver.brm.IlrProjectElement
getDocumentation, getGroup, getProject, getVersion
-
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
-
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
-
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
-
getDefinition
java.lang.String getDefinition()
Returns the value of the 'Definition' attribute.- Returns:
- the value of the 'Definition' attribute.
- See Also:
IlrBrmPackage.getAbstractQuery_Definition()
-
isIncludeDependencies
boolean isIncludeDependencies()
Returns the value of the 'Include Dependencies' attribute.- Returns:
- the value of the 'Include Dependencies' attribute.
- See Also:
IlrBrmPackage.getAbstractQuery_IncludeDependencies()
-
getLocale
java.lang.String getLocale()
Returns the value of the 'Locale' attribute.- Returns:
- the value of the 'Locale' attribute.
- See Also:
IlrBrmPackage.getAbstractQuery_Locale()
-
-