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
CBTypeExpressionType type()- Returns:
- The type of the field
-
documentation
- Returns:
- Documentation for the field
-