Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
Modifier and Type | Method and Description |
---|---|
DecimalPrecision |
PropertyDecimalDefinition.getPrecision()
Returns the precision this decimal.
|
Modifier and Type | Method and Description |
---|---|
void |
MutablePropertyDecimalDefinition.setPrecision(DecimalPrecision precision) |
Modifier and Type | Method and Description |
---|---|
static DecimalPrecision |
DecimalPrecision.fromValue(BigInteger v) |
static DecimalPrecision |
DecimalPrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecimalPrecision[] |
DecimalPrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.