public static class OCVPanel.CITValue
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
CITValue(boolean connection,
boolean encryption,
java.lang.String value,
java.lang.String xmlName)
Creates a new
CITValue. |
|
CITValue(boolean connection,
boolean encryption,
java.lang.String value,
java.lang.String xmlName,
boolean isGeneralJobPanel)
Creates a new
CITValue. |
protected |
CITValue(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element comp) |
| Modifier and Type | Method and Description |
|---|---|
OCVPanel.CITValue |
copy()
Creates a deep copy of this object
|
java.lang.String |
getType()
Returns the type of this panel.
|
java.lang.String |
getValue() |
java.lang.String |
getXmlName() |
boolean |
isConnection() |
boolean |
isEncryption() |
boolean |
isGeneralJobPanel() |
void |
setType(java.lang.String type)
Sets the type of this panel.
|
void |
setValue(java.lang.String value)
Sets the value of this panel.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element citpanel,
ConnectionAttributes session,
java.lang.String ocvType) |
java.lang.String |
toString() |
public CITValue(boolean connection,
boolean encryption,
java.lang.String value,
java.lang.String xmlName)
CITValue.connection - true if this value contains the name of a connection object, false otherwiseencryption - true if this value is encryptedvalue - ValuexmlName - XML namepublic CITValue(boolean connection,
boolean encryption,
java.lang.String value,
java.lang.String xmlName,
boolean isGeneralJobPanel)
CITValue.connection - true if this value contains the name of a connection object, false otherwiseencryption - true if this value is encryptedvalue - ValuexmlName - XML nameisGeneralJobPanel - true if this value is on the general Job Panelprotected CITValue(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element comp)
public java.lang.String getType()
public void setType(java.lang.String type)
type - New type idpublic boolean isConnection()
public boolean isEncryption()
public boolean isGeneralJobPanel()
public java.lang.String getValue()
public java.lang.String getXmlName()
public void setValue(java.lang.String value)
value - new valueprotected void store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element citpanel,
ConnectionAttributes session,
java.lang.String ocvType)
public java.lang.String toString()
toString in class java.lang.Objectpublic OCVPanel.CITValue copy()