|
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 | ||||||||||
Implemented by objects that have logic state. This interface contains a set of input states, used to specify a new state for an object, a set of output states, returned when querying an object for its state, and a set of methods for getting and setting the object's state.
| Field Summary | |
static int |
FALSEThe input state used to set an object to false. |
static int |
LFALSEThe logically false output state, indicating that the state is false as a consequence of a rule. |
static int |
LTRUEThe logically true output state, indicating that the state is true as a consequence of a rule. |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
static int |
SELECTABLEThe state to indicate that this node is available for selection without a contradiction |
static int |
SYSTEM_EXCLUDEDThe state to indicate that this node has been excluded from the configuration by the system and is not available for selection without a contradiction |
static int |
TOGGLEThe input state used to turn an object state to true if it is false or unknown, and to make it unknown or false if it is true. |
static int |
TRUEThe input state used to set an object to true. |
static int |
UFALSEThe user false output state, indicating that a user has set this object to false. |
static int |
UNKNOWNThe unknown output state. |
static int |
UTRUEThe user true output state, indicating that a user has set this object to true. |
| Fields inherited from interface oracle.apps.cz.cio.IRuntimeNode |
ALL_FEATURES, BOM_MODEL, BOM_OPTION_CLASS, BOM_STD_ITEM, BOOLEAN_FEATURE, COMPONENT, COMPONENT_SET, CONNECTOR, COUNT_FEATURE, CURRENT_CHILD, CURRENT_OR_DISCONTINUED_CHILD, DECIMAL_FEATURE, DISCONTINUED_CHILD, EDITABLE, EXTENDED_PASSIVE, IMMEDIATE_PASSIVE, INTEGER_FEATURE, OPTION, OPTION_FEATURE, RESOURCE, SPOOFED, TEXT_FEATURE, TOTAL |
| Method Summary | |
int |
getDetailedSelectionState()Returns the following values: |
int |
getSelectionState()Returns the following values: |
int |
getState()Gets the current logic state of this object. |
boolean |
isFalse()Tells whether this feature is in false state. |
boolean |
isLogic()Tells whether this feature is in a logically specified state. |
boolean |
isTrue()Tells whether this feature is in true state. |
boolean |
isUnknown()Tells whether this feature is in unknown or known state. |
boolean |
isUser()Tells whether this feature is in a user specified state. |
void |
setState(int state)Change the current logic state of this object. |
void |
unset()Retracts any user selection made toward this node |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
public static final int UNKNOWN
public static final int UTRUE
public static final int UFALSE
public static final int LTRUE
public static final int LFALSE
public static final int TRUE
public static final int FALSE
public static final int TOGGLE
public static final int SELECTABLE
public static final int SYSTEM_EXCLUDED
| Method Detail |
public int getState()
public void setState(int state)
throws LogicalException
LogicalExceptionpublic boolean isUnknown()
public boolean isTrue()
public boolean isFalse()
public boolean isUser()
public boolean isLogic()
public void unset()
throws LogicalException
LogicalExceptionpublic int getSelectionState()
public int getDetailedSelectionState()
|
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.