Class DataTypeInfoDTO


  • public class DataTypeInfoDTO
    extends java.lang.Object
    • Constructor Detail

      • DataTypeInfoDTO

        public DataTypeInfoDTO()
      • DataTypeInfoDTO

        public DataTypeInfoDTO​(JSONObject dataTypeInfoJson)
                        throws JSONException
        build the DataTypeInfo from the JSONObject.
        Parameters:
        dataTypeInfoJson - input json string containing the dataTypeInfo
        Throws:
        JSONException - throw if JSONException happens
    • Method Detail

      • getPrecision

        public java.lang.Integer getPrecision()
      • setPrecision

        public void setPrecision​(java.lang.Integer precision)
      • getScale

        public java.lang.Integer getScale()
      • setScale

        public void setScale​(java.lang.Integer scale)