Class LexField


  • public class LexField
    extends Object
    This class is used to information about a Lex Fields that is available by the Endpoint.
    • Constructor Detail

      • LexField

        public LexField​(String id,
                        String type)
        Constructor.
        Parameters:
        id - the identifier of the lexical field
        type - the type identifier for the lexical field
    • Method Detail

      • getId

        public String getId()
        Get the identifier for the lex field.
        Returns:
        the identifier for the lex field
      • getType

        public String getType()
        Get the type identifier for this lex field.
        Returns:
        the type identifier of the lex field