Uses of Class
org.apache.chemistry.opencmis.commons.enums.DecimalPrecision

Packages that use DecimalPrecision
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
 

Uses of DecimalPrecision in org.apache.chemistry.opencmis.commons.definitions
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return DecimalPrecision
 DecimalPrecision PropertyDecimalDefinition.getPrecision()
           
 

Uses of DecimalPrecision in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return DecimalPrecision
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-2012 The Apache Software Foundation. All Rights Reserved.