|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamImpl
public class CasProcessorDeploymentParamImpl
Constructor Summary | |
---|---|
CasProcessorDeploymentParamImpl()
|
|
CasProcessorDeploymentParamImpl(java.lang.String aName,
java.lang.String aValue,
java.lang.String aType)
|
Method Summary | |
---|---|
java.lang.String |
getParameterName()
Returns the name of the parameter |
java.lang.String |
getParameterType()
Returns deployment parameter value type |
java.lang.String |
getParameterValue()
Returns deployment parameter value |
protected org.xml.sax.helpers.AttributesImpl |
getXMLAttributes()
Overridden to handle "name" and "value" attributes. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
void |
setParameterName(java.lang.String aParamName)
Sets the name of the parameter |
void |
setParameterType(java.lang.String aParamType)
Sets deployment parameter value type |
void |
setParameterValue(java.lang.String aParamValue)
Sets the value of the deploymnet parameter |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Constructor Detail |
---|
public CasProcessorDeploymentParamImpl()
public CasProcessorDeploymentParamImpl(java.lang.String aName, java.lang.String aValue, java.lang.String aType)
Method Detail |
---|
public void setParameterName(java.lang.String aParamName) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterName
in interface CasProcessorDeploymentParam
aParamName
- -
a name
CpeDescriptorException
public java.lang.String getParameterName() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterName
in interface CasProcessorDeploymentParam
CpeDescriptorException
public void setParameterValue(java.lang.String aParamValue) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterValue
in interface CasProcessorDeploymentParam
aParamValue
- -
parameter value
CpeDescriptorException
public java.lang.String getParameterValue() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterValue
in interface CasProcessorDeploymentParam
CpeDescriptorException
public void setParameterType(java.lang.String aParamType) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterType
in interface CasProcessorDeploymentParam
aParamType
- -
value type (string, int, etc)
CpeDescriptorException
public java.lang.String getParameterType() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterType
in interface CasProcessorDeploymentParam
CpeDescriptorException
protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes
in class MetaDataObject_impl
MetaDataObject_impl.getXMLAttributes()
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |