|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.EtchBridge.ConfigEntry
public static class EtchBridge.ConfigEntry
Struct to hold application configuration item
| Field Summary | |
|---|---|
java.lang.Object |
configValue
Value of config entry |
java.lang.String |
dataType
Data type of config entry |
java.lang.String |
name
Name of config entry |
| Constructor Summary | |
|---|---|
EtchBridge.ConfigEntry()
Constructs the ConfigEntry. |
|
EtchBridge.ConfigEntry(java.lang.String name,
java.lang.String dataType,
java.lang.Object configValue)
Constructs the ConfigEntry. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getConfigValue()
Gets the value. |
java.lang.String |
getDataType()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
void |
setConfigValue(java.lang.Object value)
Sets the value. |
void |
setDataType(java.lang.String value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String dataType
public java.lang.Object configValue
| Constructor Detail |
|---|
public EtchBridge.ConfigEntry()
public EtchBridge.ConfigEntry(java.lang.String name,
java.lang.String dataType,
java.lang.Object configValue)
name - Name of config entrydataType - Data type of config entryconfigValue - Value of config entry| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.String getDataType()
public void setDataType(java.lang.String value)
value - the value.public java.lang.Object getConfigValue()
public void setConfigValue(java.lang.Object value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||