Interface ObjectTimeFieldMetadata

All Superinterfaces:
ObjectFieldMetadata

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

    • getDefaultValueExpression

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

      Retrieves the FormatMaskExpressionMetadata containing the expression for the format mask of the given time field.
      Returns:
      a FormatMaskExpressionMetadata with the format mask expression of TimeFormat()
    • getMaxLength

      int getMaxLength()
      Retrieves the maximum character length of the given time field.
      Returns:
      the max length of the field. For example, 8.
    • isSystemManaged

      boolean isSystemManaged()
      Retrieves whether the given time field is a system-managed field.
      Returns:
      true if the field is system-managed, otherwise false