Interface ObjectFieldType

    • Method Detail

      • getKey

        ObjectKeyType getKey()
        The key of this field
        Returns:
        The key
      • isRequired

        boolean isRequired()
        If the field is required or not
        Returns:
        True if is required
      • isRepeated

        boolean isRepeated()
        If this field can be present more than once in an object
        Returns:
        True if it can be repeated
      • getValue

        MetadataType getValue()
        The value of this field
        Returns:
        The value