Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.common.types
Interface AttrCtrlHints

All Known Subinterfaces:
AttrCtrlHints
All Known Implementing Classes:
AttrCtrlHintsImpl

public interface AttrCtrlHints
Since:
11.1.1.1

Method Summary
 java.lang.String getAttrName()
          Gets the attribute name for which the control hints are defined.
 java.util.List getCtrlHint()
          Gets the list of control hints.
 void setAttrName(java.lang.String value)
          Sets the attribute name for the list of control hints.
 void setCtrlHint(java.util.List value)
          Sets the list of control hints.

 

Method Detail

getAttrName

java.lang.String getAttrName()
Gets the attribute name for which the control hints are defined.
Returns:
attribute name.

setAttrName

void setAttrName(java.lang.String value)
Sets the attribute name for the list of control hints.
Parameters:
value - attribute name

getCtrlHint

java.util.List getCtrlHint()
Gets the list of control hints.
Returns:
list of control hints.

setCtrlHint

void setCtrlHint(java.util.List value)
Sets the list of control hints.
Parameters:
value - list of control hints

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.