Class FSClassRegistry.JCasClassFeatureInfo

java.lang.Object
org.apache.uima.cas.impl.FSClassRegistry.JCasClassFeatureInfo
Enclosing class:
FSClassRegistry

static class FSClassRegistry.JCasClassFeatureInfo extends Object
Information about all features this JCas class defines Used to expand the type system when the JCas defines more features than the type system declares.
  • Field Details

    • shortName

      final String shortName
    • uimaRangeName

      final String uimaRangeName
  • Constructor Details

    • JCasClassFeatureInfo

      JCasClassFeatureInfo(String shortName, String uimaRangeName)
  • Method Details