|
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.Attribute
Attribute contains a reference to the Feature holding its value. Attributes are to be associated with RuntimeNodes.
RuntimeNode.associateAttribute(Attribute attr), RuntimeNode.getAttributeByName(String name), RuntimeNode.getAttributes()| Field Summary | |
static java.lang.String |
FALSE |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
static java.lang.String |
TRUE |
| Constructor Summary | |
Attribute(java.lang.String name, java.lang.String group, oracle.apps.cz.cio.RuntimeNode valueNode)Attribute object conatins a reference to a Feature holding its value. |
|
| Method Summary | |
java.lang.String |
getAttributeLevel() |
oracle.apps.cz.cio.RuntimeNode |
getFeature() |
java.lang.String |
getGroup() |
java.lang.String |
getInstalledValue() |
java.lang.String |
getInstalledValue(oracle.apps.cz.cio.RuntimeNode node) |
java.lang.String |
getName() |
java.lang.String |
getSavedValue() |
int |
getType()Returns the type of the associated valueFeature |
java.lang.String |
getValue()Returns the string value of the attribute |
java.lang.String |
getValue(oracle.apps.cz.cio.RuntimeNode rtNode)Returns the string value of the attribute |
boolean |
retainSavedValue() |
void |
setAttributeLevel(java.lang.String attrLevel) |
void |
setSavedValue(java.lang.String value)Sets the restored value from the table. |
void |
setSavedValue(java.lang.String value, oracle.apps.cz.cio.RuntimeNode node) |
void |
setValue(java.lang.String value)Sets the value (state for boolean features and numeric values for other features) for the attribute. |
void |
synchronizeAttribute(java.lang.String installedValue, java.lang.String lastSavedValue, oracle.apps.cz.cio.RuntimeNode node) |
| 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
public static final java.lang.String TRUE
public static final java.lang.String FALSE
| Constructor Detail |
public Attribute(java.lang.String name,
java.lang.String group,
oracle.apps.cz.cio.RuntimeNode valueNode)
valueNode - (oracle.apps.cz.cio.RuntimeNode) Reference feature| Method Detail |
public void synchronizeAttribute(java.lang.String installedValue,
java.lang.String lastSavedValue,
oracle.apps.cz.cio.RuntimeNode node)
public void setSavedValue(java.lang.String value)
throws LogicalException,
TransactionException
LogicalExceptionTransactionException
public void setSavedValue(java.lang.String value,
oracle.apps.cz.cio.RuntimeNode node)
throws LogicalException,
TransactionException
LogicalExceptionTransactionExceptionpublic java.lang.String getSavedValue()
public void setValue(java.lang.String value)
throws LogicalException
LogicalExceptionpublic java.lang.String getValue()
public java.lang.String getValue(oracle.apps.cz.cio.RuntimeNode rtNode)
public oracle.apps.cz.cio.RuntimeNode getFeature()
public java.lang.String getName()
public java.lang.String getGroup()
public int getType()
public boolean retainSavedValue()
public void setAttributeLevel(java.lang.String attrLevel)
public java.lang.String getAttributeLevel()
public java.lang.String getInstalledValue()
public java.lang.String getInstalledValue(oracle.apps.cz.cio.RuntimeNode node)
|
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.