|
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.TextNode
Represents a feature that has a textual value.
| 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.IText |
DEFAULT, NONE, USER |
| 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 | |
java.lang.String |
getTextValue()Gets the current textual value of this object. |
int |
getValueType()Returns the type of the value (either USER, DEFAULT, or NONE) |
boolean |
isRequired()Returns true if this node is required to have a value in order for the configuration to be considered complete. |
boolean |
isUnsatisfiedNode(boolean isTrue) |
void |
setDefaultTextValue(java.lang.String newTextValue)Sets the current default textual value of this object. |
void |
setTextValue(java.lang.String newTextValue)Sets the current textual value of this object. |
void |
unset()Retracts any user selection made toward this node |
| Methods inherited from class java.lang.Object |
equals, getClass, 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 java.lang.String getTextValue()
ITextgetTextValue in interface IText
public void setTextValue(java.lang.String newTextValue)
throws LogicalException
ITextsetTextValue in interface ITextLogicalException
public void setDefaultTextValue(java.lang.String newTextValue)
throws LogicalException
ITextsetDefaultTextValue in interface ITextLogicalException
public void unset()
throws LogicalException
ITextunset in interface ITextLogicalExceptionpublic int getValueType()
getValueType in interface ITextpublic boolean isRequired()
isRequired in interface ITextpublic boolean isUnsatisfiedNode(boolean isTrue)
isUnsatisfiedNode in class RuntimeNode
|
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.