public class CasProcessorMaxRestartsImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CasProcessorMaxRestarts
org.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 |
|---|
CasProcessorMaxRestartsImpl()
Instantiates a new cas processor max restarts impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildFromXMLElement(Element aElement,
org.apache.uima.util.XMLParser aParser,
org.apache.uima.util.XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes.
|
String |
getAction() |
int |
getRestartCount() |
String |
getValue()
Gets the value.
|
int |
getWaitTimeBetweenRetries()
Gets the wait time between retries.
|
protected org.xml.sax.helpers.AttributesImpl |
getXMLAttributes()
Overridden to handle "name" and "value" attributes.
|
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
setAction(String aAction) |
void |
setRestartCount(int aRestartCount) |
void |
setValue(String string)
Sets the value.
|
void |
setWaitTimeBetweenRetries(int i)
Sets the wait time between retries.
|
buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitpublic CasProcessorMaxRestartsImpl()
public void setRestartCount(int aRestartCount)
setRestartCount in interface org.apache.uima.collection.metadata.CasProcessorMaxRestartspublic int getRestartCount()
getRestartCount in interface org.apache.uima.collection.metadata.CasProcessorMaxRestartspublic void setAction(String aAction)
setAction in interface org.apache.uima.collection.metadata.CasProcessorMaxRestartspublic String getAction()
getAction in interface org.apache.uima.collection.metadata.CasProcessorMaxRestartspublic String getValue()
public void setValue(String string)
string - the new valuepublic void buildFromXMLElement(Element aElement, org.apache.uima.util.XMLParser aParser, org.apache.uima.util.XMLParser.ParsingOptions aOptions) throws org.apache.uima.util.InvalidXMLException
buildFromXMLElement in interface org.apache.uima.util.XMLizablebuildFromXMLElement in class org.apache.uima.resource.metadata.impl.MetaDataObject_implaElement - the a elementaParser - the a parseraOptions - the a optionsorg.apache.uima.util.InvalidXMLException - the invalid XML exceptionMetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element,
org.apache.uima.util.XMLParser, org.apache.uima.util.XMLParser.ParsingOptions)protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes in class org.apache.uima.resource.metadata.impl.MetaDataObject_implMetaDataObject_impl.getXMLAttributes()protected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implpublic int getWaitTimeBetweenRetries()
getWaitTimeBetweenRetries in interface org.apache.uima.collection.metadata.CasProcessorMaxRestartspublic void setWaitTimeBetweenRetries(int i)
setWaitTimeBetweenRetries in interface org.apache.uima.collection.metadata.CasProcessorMaxRestartsi - the new wait time between retriesCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.