Package com.veeva.vault.sdk.api.document
Interface DocumentFormulaNumberFieldMetadata
- All Superinterfaces:
DocumentFormulaFieldTypeMetadata
Provides methods to retrieve metadata specific to and shared by all 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. For example, 1.- Returns:
- the scale of the field
-