Class CasProcessorErrorRateThresholdImpl

java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CasProcessorErrorRateThresholdImpl
All Implemented Interfaces:
Serializable, Cloneable, CasProcessorErrorRateThreshold, MetaDataObject, XMLizable

public class CasProcessorErrorRateThresholdImpl extends MetaDataObject_impl implements CasProcessorErrorRateThreshold
The Class CasProcessorErrorRateThresholdImpl.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The Constant serialVersionUID.
      See Also:
    • value

      private String value
      The value.
    • action

      private String action
      The action.
    • XMLIZATION_INFO

      private static final XmlizationInfo XMLIZATION_INFO
      The Constant XMLIZATION_INFO.
  • Constructor Details

    • CasProcessorErrorRateThresholdImpl

      public CasProcessorErrorRateThresholdImpl()
      Instantiates a new cas processor error rate threshold impl.
  • Method Details