public interface ObjectFormulaCurrencyFieldMetadata extends ObjectFormulaFieldTypeMetadata
Modifier and Type | Method and Description |
---|---|
ObjectFormulaCurrencyFieldMetadataReturnType |
getCurrencyType()
Retrieves the
ObjectFormulaCurrencyFieldMetadataReturnType of the given formula currency field. |
BigDecimal |
getMaximumValue()
Retrieves the maximum value of the given formula currency field.
|
BigDecimal |
getMinimumValue()
Retrieves the minimum value of the given formula currency field.
|
int |
getScale()
Retrieves the scale of the given formula currency field.
|
getBaseFieldMetadata
BigDecimal getMaximumValue()
BigDecimal getMinimumValue()
int getScale()
ObjectFormulaCurrencyFieldMetadataReturnType getCurrencyType()
ObjectFormulaCurrencyFieldMetadataReturnType
of the given formula currency field.ObjectFormulaCurrencyFieldMetadataReturnType
of the field.
For example, ObjectFormulaCurrencyFieldMetadataReturnType.CORPORATE
.Copyright © Veeva Systems 2017–2023. All rights reserved.