public class ConfigurationParameterImpl
extends org.apache.uima.resource.metadata.impl.ConfigurationParameter_impl
ConfigurationParameter_impl,
Serialized Formorg.apache.uima.resource.metadata.impl.MetaDataObject_impl.MetaDataAttr, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.SerialContext, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.Serializer| Constructor and Description |
|---|
ConfigurationParameterImpl()
Default constructor.
|
ConfigurationParameterImpl(String name,
String description,
String type,
boolean mandatory,
boolean multivalued,
String[] overrides)
Initialize the configuration parameter with the input values provided, rather than using setters only.
|
addOverride, getDescription, getExternalOverrideName, getName, getOverrides, getType, getXmlizationInfo, isMandatory, isMultiValued, isValidDataTypeName, readArrayPropertyValueFromXMLElement, removeOverride, setDescription, setExternalOverrideName, setMandatory, setMultiValued, setName, setOverrides, setType, typeMatchbuildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitpublic ConfigurationParameterImpl()
public ConfigurationParameterImpl(String name, String description, String type, boolean mandatory, boolean multivalued, String[] overrides)
name - Name of the parameter.description - Description of the parameter.type - One of the parameter types defined in ConfigurationParameter.mandatory - If true then this parameter is required.multivalued - If true then this parameter refers to an array of values instead of a single value.overrides - Inherited parameters that this parameter overrides in the format of component1\parameter1.Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.