Interface ObjectRichTextFieldMetadata

All Superinterfaces:
ObjectFieldMetadata

public interface ObjectRichTextFieldMetadata extends ObjectFieldMetadata
Provides methods to retrieve common metadata on rich text fields.
See Also:
  • Method Details

    • getDefaultValueExpression

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

      int getMaxLength()
      Retrieves the max length value of the given rich text object field.
      Returns:
      the max length of the field. For example, 100.