Class TypeSystemUtils.FeatureParse

java.lang.Object
org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
org.apache.uima.cas.impl.TypeSystemUtils.FeatureParse
Enclosing class:
TypeSystemUtils

static class TypeSystemUtils.FeatureParse extends TypeSystemUtils.TypeSystemParse
  • Field Details

  • Constructor Details

    • FeatureParse

      FeatureParse()
  • Method Details

    • getName

      public String getName()
      Returns the name.
      Returns:
      String
    • getType

      public TypeSystemUtils.TypeParse getType()
      Returns the type.
      Returns:
      Type
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - The name to set
    • setType

      public void setType(TypeSystemUtils.TypeParse type)
      Sets the type.
      Parameters:
      type - The type to set