|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the actual ViewLink accessor to invoke.
As each row is retrieved, a matching accessor traversal qualifier (AccTravQualifier) is located. If one is found, its AccTravInvoke's are used to invoke the accessor.
For each AccTravInvoke, after the row is retrieved, the accessor
traversal definition associated with this AccTravInvoke
(returned by getAccTravDef()
becomes
the next accessor level's accessor traversal definition.
AccTravDef
,
AccTravQualifier
Method Summary | |
java.lang.String |
getAccName()
Returns the name of the ViewLink accessor. |
AccTravDef |
getAccTravDef()
Returns the next accessor level traversal definition. |
void |
setAccTravDef(AccTravDef accTravDef)
Sets the next accessor level traversal definition. |
Method Detail |
public java.lang.String getAccName()
public AccTravDef getAccTravDef()
public void setAccTravDef(AccTravDef accTravDef)
accTravDef
- the next accessor level traversal definition
to be associated with accessor invocation.
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.