Package com.veeva.vault.sdk.api.data
Interface ObjectLookupTextFieldMetadata
- All Superinterfaces:
ObjectLookupFieldTypeMetadata
Provides methods to retrieve common metadata on text lookup fields.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theFormatMaskExpressionMetadata
containing the format mask expression of the given text lookup field.Methods inherited from interface com.veeva.vault.sdk.api.data.ObjectLookupFieldTypeMetadata
getBaseFieldMetadata
-
Method Details
-
getFormatMask
FormatMaskExpressionMetadata getFormatMask()Retrieves theFormatMaskExpressionMetadata
containing the format mask expression of the given text lookup field.- Returns:
- a
FormatMaskExpressionMetadata
with the format mask expression if it exists, otherwise null
-