Package | Description |
---|---|
com.pushtechnology.diffusion.client.content.metadata |
Unified API - Metadata.
|
Modifier and Type | Method and Description |
---|---|
MDecimalString.Builder |
MetadataFactory.decimalBuilder(String name)
Create a new decimal field metadata builder.
|
MDecimalString.Builder |
MDecimalString.Builder.defaultValue(BigDecimal value)
Sets a default value that required occurrences of the field are to be
initialized to.
|
MDecimalString.Builder |
MDecimalString.Builder.defaultValue(double value)
Deprecated.
since 5.7 - do not use this method as double
representation is not precise. Use
MString.AbstractBuilder.defaultValue(String) instead. |
MDecimalString.Builder |
MDecimalString.Builder.scale(int scale)
Sets the scale of the field.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.