oracle.apps.cz.cio
Class TextFeature
java.lang.Object
|
+--oracle.apps.cz.cio.RuntimeNode
|
+--oracle.apps.cz.cio.TextNode
|
+--oracle.apps.cz.cio.TextFeature
- All Implemented Interfaces:
- IRuntimeNode, IText
- public final class TextFeature
- extends TextNode
Represents a feature that has a textual value.
| 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 |
| Methods inherited from class oracle.apps.cz.cio.RuntimeNode |
associateAttribute, evaluateUiExpression, getAttributeByName, getAttributes, getAvailableEventCommands, getBaselineValue, getCaption, getChildByID, getChildByID, getChildByName, getChildByName, getChildByPersistentID, getChildByPersistentID, getChildren, getChildrenByType, getConfigItemID, getConfiguration, getCXRules, getDatabaseID, getDescription, getDiscontinuedChildren, getDisplayName, getDisplayNamePath, getFuncCompByID, getFuncCompByName, getFunctionalCompanions, getLineType, getLineTypeName, getLoadStatus, getLocationID, getLocationTypeCode, getName, getParent, getPersistentID, getProperties, getPropertyById, getPropertyByName, getRootInstance, getRuntimeID, getSelectionLineID, getSummaryChildren, getSummaryValue, hasAttribute, hasChildren, hasChildren, hasConfigItemID, hasCount, hasDecimalValue, hasDescription, hashCode, hasIntegerValue, hasSelectionLineID, hasState, hasTextValue, hasTrackableAncestor, isAddChanged, isAttributeChanged, isChanged, isChildChanged, isDefaultAffected, isDeleteChanged, isDeleted, isDiscontinued, isEditable, isEffective, isIBNodeChanged, isIBNodeOrDescendantChanged, isIBTrackable, isLoaded, isLocationChanged, isNameChanged, isNative, isNodeChanged, isQuoteable, isRoot, isRootInstance, isSatisfied, isTargetChanged, isTrackableRoot, isUiVisible, isUnsatisfied, isUnsatisfiedNode, isValid, isValueChanged, lookupNodeID, lookupNodeID, registerLoadCondition, setLineType, setLocationID, setLocationTypeCode, synchronizeIBValues, typeToString |
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.apps.cz.cio.IRuntimeNode |
evaluateUiExpression, getAvailableEventCommands, getCaption, getChildByID, getChildByName, getChildByPersistentID, getChildren, getChildrenByType, getConfigItemID, getConfiguration, getDatabaseID, getDescription, getDiscontinuedChildren, getDisplayName, getDisplayNamePath, getLineType, getLineTypeName, getLoadStatus, getLocationID, getLocationTypeCode, getName, getParent, getPersistentID, getProperties, getPropertyByName, getRootInstance, getRuntimeID, getSelectionLineID, getSummaryChildren, getSummaryValue, hasChildren, hasConfigItemID, hasCount, hasDecimalValue, hasDescription, hasIntegerValue, hasSelectionLineID, hasState, hasTextValue, hasTrackableAncestor, isAddChanged, isAttributeChanged, isChanged, isChildChanged, isDeleteChanged, isDeleted, isDescendantOf, isDiscontinued, isEditable, isEffective, isIBNodeChanged, isIBNodeOrDescendantChanged, isIBTrackable, isLoaded, isLocationChanged, isNameChanged, isNative, isNodeChanged, isQuoteable, isRoot, isRootInstance, isSatisfied, isTargetChanged, isTrackableRoot, isUiVisible, isUnsatisfied, isUnsatisfiedNode, isValid, isValueChanged, setLineType, setLocationID, setLocationTypeCode |
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
getType
public int getType()
- Description copied from interface:
IRuntimeNode
- Gets the type of this node.
-
- Specified by:
getType in interface IRuntimeNode
- Specified by:
getType in class RuntimeNode
-
- Returns:
- the type of this node.
isDeselectedDiscontinued
public boolean isDeselectedDiscontinued()
-
- Overrides:
isDeselectedDiscontinued in class RuntimeNode
getInstalledValue
public java.lang.String getInstalledValue()
- Description copied from interface:
IRuntimeNode
- Gets the installed value of this node
-
- Specified by:
getInstalledValue in interface IRuntimeNode
- Overrides:
getInstalledValue in class RuntimeNode
-
- Returns:
- installed value as a String
getCurrentValue
public java.lang.String getCurrentValue()
- Description copied from interface:
IRuntimeNode
- Gets the current value of this node
-
- Specified by:
getCurrentValue in interface IRuntimeNode
- Overrides:
getCurrentValue in class RuntimeNode
-
- Returns:
- current value as a String
getDeltaValue
public java.lang.String getDeltaValue()
- Description copied from interface:
IRuntimeNode
- Gets the difference between the current value and the installed value of this node
-
- Specified by:
getDeltaValue in interface IRuntimeNode
- Overrides:
getDeltaValue in class RuntimeNode
-
- Returns:
- (current value - installed value) as a String
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.