| Constructor and Description |
|---|
CITValue(boolean connection,
boolean encryption,
String value,
String xmlName)
Creates a new
CITValue. |
CITValue(boolean connection,
boolean encryption,
String value,
String xmlName,
boolean isGeneralJobPanel)
Creates a new
CITValue. |
| Modifier and Type | Method and Description |
|---|---|
OCVPanel.CITValue |
copy()
Creates a deep copy of this object
|
String |
getType()
Returns the type of this panel.
|
String |
getValue() |
String |
getXmlName() |
boolean |
isConnection() |
boolean |
isEncryption() |
boolean |
isGeneralJobPanel() |
void |
setType(String type)
Sets the type of this panel.
|
void |
setValue(String value)
Sets the value of this panel.
|
String |
toString() |
public CITValue(boolean connection,
boolean encryption,
String value,
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,
String value,
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 Panelpublic String getType()
public void setType(String type)
type - New type idpublic boolean isConnection()
public boolean isEncryption()
public boolean isGeneralJobPanel()
public String getValue()
public String getXmlName()
public void setValue(String value)
value - new valuepublic OCVPanel.CITValue copy()
Copyright © 2021. All rights reserved.