|
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.RuntimeNode
|
+--oracle.apps.cz.cio.PricedNode
|
+--oracle.apps.cz.cio.StateNode
|
+--oracle.apps.cz.cio.StateCountNode
|
+--oracle.apps.cz.cio.CountFeature
Represents a countable integer feature. A count feature is similar to an integer feature except that its minimum value must be greater than or equal to zero.
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Fields inherited from class oracle.apps.cz.cio.RuntimeNode |
ACCUMULATOR_SUFFIX_TYPE, ATTR_KEY, CONNECTOR_PREFIX_TYPE, DEFAULT_IV_SUFFIX_TYPE, DEFAULT_SUFFIX_ID, DEFAULT_SUFFIX_TYPE, LOAD_CONDITIONS_GROUP_PREFIX_TYPE, NET_PREFIX_TYPE, NODE_PREFIX_TYPE, TRACKABLE_ROOT_PREFIX_TYPE |
| 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 |
| Fields inherited from interface oracle.apps.cz.cio.IState |
FALSE, LFALSE, LTRUE, SELECTABLE, SYSTEM_EXCLUDED, TOGGLE, TRUE, UFALSE, UNKNOWN, UTRUE |
| Method Summary | |
int |
getIntValue()Get the current integer value of this object. |
int |
getMax()Get the maximal allowable value for this object. |
int |
getMin()Get the minimal allowable value for this object. |
int |
getType()Gets the type of this node. |
boolean |
hasMax()Returns true if there is a maximum limit. |
boolean |
hasMin()Returns true if there is a minimum limit. |
void |
setIntValue(int newValue)Set the current integer value of this object. |
| Methods inherited from class oracle.apps.cz.cio.StateCountNode |
getCount, getDecimalCount, setCount, setDecimalCount, toString |
| Methods inherited from class oracle.apps.cz.cio.StateNode |
getDetailedSelectionState, getSelectionState, getState, isFalse, isFalseState, isLogic, isLogicState, isTrue, isTrueState, isUnknown, isUnknownState, isUser, isUserState, setState, statesMatch, unset |
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.apps.cz.cio.IInteger |
isUnknown, unset |
| Methods inherited from interface oracle.apps.cz.cio.IPrice |
getBaselineQuantity, getDeltaQuantity, getDiscountedPrice, getDiscountedPricingNotifications, getExtendedPrice, getItemKey, getPricingNotifications, getUomCode |
| Methods inherited from interface oracle.apps.cz.cio.IBasicPrice |
addListPricingNotification, getComponentCode, getInventoryItemId, getListPrice, getListPricingNotifications, getOrganizationId, getPricedNodeID, getValue, hasInventoryItemId, hasListPrice, setListPrice |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Method Detail |
public int getType()
IRuntimeNodegetType in interface IRuntimeNodegetType in class RuntimeNodepublic int getIntValue()
IIntegergetIntValue in interface IInteger
public void setIntValue(int newValue)
throws LogicalException
IIntegersetIntValue in interface IIntegerLogicalExceptionpublic boolean hasMin()
IIntegerMinMaxhasMin in interface IIntegerMinMaxpublic int getMin()
IIntegerMinMaxgetMin in interface IIntegerMinMaxpublic boolean hasMax()
IIntegerMinMaxhasMax in interface IIntegerMinMaxpublic int getMax()
IIntegerMinMaxgetMax in interface IIntegerMinMax
|
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.