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

E10653-05

oracle.jbo.common.types
Interface CtrlHint

All Known Subinterfaces:
CtrlHint
All Known Implementing Classes:
CtrlHintImpl

public interface CtrlHint

Since:
11.1.1.1

Method Summary
 java.lang.String getKey()
          Gets the key name for the control hint.
 java.lang.Object getValue()
          Gets the property value for the control hint.
 void setKey(java.lang.String value)
          Sets the key name for the control hint.
 void setValue(java.lang.Object value)
          Sets the property value for the control hint.
 

Method Detail

getKey

java.lang.String getKey()
Gets the key name for the control hint.

Returns:
key name.

setKey

void setKey(java.lang.String value)
Sets the key name for the control hint.

Parameters:
value - key name

getValue

java.lang.Object getValue()
Gets the property value for the control hint.

Returns:
property value.

setValue

void setValue(java.lang.Object value)
Sets the property value for the control hint.

Parameters:
value - property value

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

E10653-05

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