|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugExprDef
Marks an ExprDef as Debuggable. Defines certain operations for the ExprDef that provide additional debug information.
Method Summary | |
---|---|
java.lang.String |
getDebugAttrName() Return the attribute name of the expression owner. |
java.lang.String |
getDebugComponentName() Return the component name of the expression owner. |
java.lang.String |
getDebugExpressionSource() Return the version of the source that should be displayed in the debugger. |
int |
getDebugOffset() Return the offset of the start of the debug source in the containing ExprDef::ExpressionSource. |
java.lang.String |
getDebugTriggerName() Return the name of the trigger or validation rule of the expression. |
java.util.List<java.lang.String> |
getImplicitVariableNames() Return a list of implicit variable names. |
Methods inherited from interface oracle.jbo.ExprDef |
---|
getCacheKey, getExpressionSource, getExprIdentifier, getOwnerType, getScriptClassName, getTrustMode, getTypeCheckedMode, hasReturn, isOperationsExpression |
Method Detail |
---|
java.util.List<java.lang.String> getImplicitVariableNames()
java.lang.String getDebugComponentName()
java.lang.String getDebugAttrName()
java.lang.String getDebugTriggerName()
java.lang.String getDebugExpressionSource()
int getDebugOffset()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |