Interface Metadata.UserDefinedField

Enclosing interface:
Metadata

public static interface Metadata.UserDefinedField
Interface that handles basic user defined field information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the user defined field.
    The String representation of the user defined field's value.
    The defined data type of the user defined field's value.
  • Method Details

    • getName

      String getName()
      Get the name of the user defined field.
      Returns:
      The name of the user defined field.
    • getValueType

      String getValueType()
      The defined data type of the user defined field's value.
      Returns:
    • getValue

      String getValue()
      The String representation of the user defined field's value.
      Returns:
      the String value for the user defined field.