Interface ObjectBooleanFieldMetadata

All Superinterfaces:
ObjectFieldMetadata

public interface ObjectBooleanFieldMetadata extends ObjectFieldMetadata
Provides methods to retrieve common metadata on Boolean fields.
See Also:
  • Method Details

    • getDefaultValueExpression

      DefaultValueExpressionMetadata getDefaultValueExpression()
      Retrieves the DefaultValueExpressionMetadata containing the default value expression of the given Boolean field.
      Returns:
      a DefaultValueExpressionMetadata with a default value expression if it exists, otherwise null
    • isCheckbox

      boolean isCheckbox()
      Retrieves whether the given Boolean field is a checkbox.
      Returns:
      true if the Boolean field is a checkbox, otherwise false