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 theFormatMaskExpressionMetadatacontaining the expression of the format mask of the given time formula field.intRetrieves 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 theFormatMaskExpressionMetadatacontaining the expression of the format mask of the given time formula field.- Returns:
- a
FormatMaskExpressionMetadatawith the format mask expression of TimeFormat()
-