Interface QueryDescribeField


public interface QueryDescribeField
Represents the Query Describe result for an individual field.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the label of the field.
    Retrieves the name of the field.
    Retrieves the type of the field.
  • Method Details

    • getName

      String getName()
      Retrieves the name of the field.
      Returns:
      the field name
    • getLabel

      String getLabel()
      Retrieves the label of the field.
      Returns:
      the field label, or null if the field is modified by a VQL function
    • getValueType

      ValueType getValueType()
      Retrieves the type of the field.
      Returns:
      the field type