|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--oracle.apps.cz.cio.Request
This class is the used for input and output of requests into the system.
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Method Summary | |
double |
getNumericValue()Returns the numeric value of this request. |
oracle.apps.cz.cio.IRuntimeNode |
getRuntimeNode()Returns the IRuntimeNode of this request. |
java.lang.String |
getValue()Returns the string value of this request. |
boolean |
isFalseStateRequest()Returns true if this request is for changing the state of a runtime node to False, i.e., if the value of this request is "False". |
boolean |
isNumericRequest()Returns true if this request is for changing the numeric value of a runtime node, i.e., if the value of this request is a Number. |
boolean |
isStateRequest()Returns true if this request is for changing the state of a runtime node, i.e, if the value of this request is either "True", "False", "Toggle", or "Unknown". |
boolean |
isToggleStateRequest()Returns true if this request is for toggling the state of a runtime node i.e., if the value of this request is "Toggle". |
boolean |
isTrueStateRequest()Returns true if this request is for changing the state of a runtime node to True, i.e., if the value of this request is "True". |
boolean |
isUnknownStateRequest()Returns true if this request is for unsetting the state of a runtime node i.e., if the value of this request is "Unknown". |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Method Detail |
public oracle.apps.cz.cio.IRuntimeNode getRuntimeNode()
public java.lang.String getValue()
public boolean isStateRequest()
public boolean isTrueStateRequest()
public boolean isFalseStateRequest()
public boolean isUnknownStateRequest()
public boolean isToggleStateRequest()
public boolean isNumericRequest()
public double getNumericValue()
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.