Interface CBFieldType

All Known Implementing Classes:
CBField

public interface CBFieldType
A field within a CBRecordType, or a CBVariantCaseType.
  • Method Details

    • fieldOwner

      CBFieldOwnerType fieldOwner()
      Returns:
      The object that contains this field
    • name

      String name()
      Returns:
      The name of the field
    • type

      Returns:
      The type of the field
    • documentation

      List<String> documentation()
      Returns:
      Documentation for the field