Package com.veeva.vault.sdk.api.document
Interface DocumentFormulaNumberFieldMetadata
- All Superinterfaces:
DocumentFormulaFieldTypeMetadata
Provides methods to retrieve common metadata on number formula fields.
-
Method Summary
Methods inherited from interface com.veeva.vault.sdk.api.document.DocumentFormulaFieldTypeMetadata
getBaseFieldMetadata
-
Method Details
-
getScale
int getScale()Retrieves the scale of the given formula field.- Returns:
- the scale of the field. For example, 1.
-