Package com.veeva.vault.sdk.api.data
Interface ObjectFormulaTimeFieldMetadata
- All Superinterfaces:
ObjectFormulaFieldTypeMetadata
Provides methods to retrieve common metadata on time formula fields.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theFormatMaskExpressionMetadata
containing the expression of the format mask of the given time formula field.int
Retrieves the maximum character length of the given time formula field.Methods inherited from interface com.veeva.vault.sdk.api.data.ObjectFormulaFieldTypeMetadata
getBaseFieldMetadata
-
Method Details
-
getMaxLength
int getMaxLength()Retrieves the maximum character length of the given time formula field.- Returns:
- the max length of the field. For example, 8.
-
getFormatMask
FormatMaskExpressionMetadata getFormatMask()Retrieves theFormatMaskExpressionMetadata
containing the expression of the format mask of the given time formula field.- Returns:
- a
FormatMaskExpressionMetadata
with the format mask expression of TimeFormat()
-