Class ConfigGroup

java.lang.Object
org.apache.uima.taeconfigurator.model.ConfigGroup

public class ConfigGroup extends Object
Instances of this class model the 3 varients of configuration parameter sets.
  • Field Details

    • NOT_IN_ANY_GROUP

      public static final int NOT_IN_ANY_GROUP
      The Constant NOT_IN_ANY_GROUP.
      See Also:
    • COMMON

      public static final int COMMON
      The Constant COMMON.
      See Also:
    • NAMED_GROUP

      public static final int NAMED_GROUP
      The Constant NAMED_GROUP.
      See Also:
  • Constructor Details

  • Method Details

    • getConfigParms

      public ConfigurationParameter[] getConfigParms()
      Gets the config parms.
      Returns:
      the config parms
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getNameArray

      public String[] getNameArray()
      Gets the name array.
      Returns:
      the name array
    • setNameArray

      public void setNameArray(String[] names)
      Sets the name array.
      Parameters:
      names - the new name array
    • getKind

      public int getKind()
      Gets the kind.
      Returns:
      the kind
    • getCPD

      Gets the cpd.
      Returns:
      the cpd