public interface NameValueConfig extends ModelItemConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
NameValueConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getParamName()
Gets the "paramName" element
|
String |
getParamValue()
Gets the "paramValue" element
|
void |
setParamName(String paramName)
Sets the "paramName" element
|
void |
setParamValue(String paramValue)
Sets the "paramValue" element
|
org.apache.xmlbeans.XmlString |
xgetParamName()
Gets (as xml) the "paramName" element
|
org.apache.xmlbeans.XmlString |
xgetParamValue()
Gets (as xml) the "paramValue" element
|
void |
xsetParamName(org.apache.xmlbeans.XmlString paramName)
Sets (as xml) the "paramName" element
|
void |
xsetParamValue(org.apache.xmlbeans.XmlString paramValue)
Sets (as xml) the "paramValue" element
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestampchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getParamName()
org.apache.xmlbeans.XmlString xgetParamName()
void setParamName(String paramName)
void xsetParamName(org.apache.xmlbeans.XmlString paramName)
String getParamValue()
org.apache.xmlbeans.XmlString xgetParamValue()
void setParamValue(String paramValue)
void xsetParamValue(org.apache.xmlbeans.XmlString paramValue)
Copyright © 2019. All rights reserved.