Class DataTypeFormat

java.lang.Object
com.orchestranetworks.addon.dqid.common.DataTypeFormat

public final class DataTypeFormat extends Object
Encapsulates the common data types that are supported for ParameterDefinition.
It is used for parsing or formatting the value of parameters.
Since:
1.3.0
  • Field Details

  • Method Details

    • getSchemaTypeName

      public com.orchestranetworks.schema.SchemaTypeName getSchemaTypeName()
      Returns the SchemaTypeName.
    • getFormat

      public Format getFormat()
      Returns the format to parse or format the parameter value.
      See Also:
    • isDate

      public boolean isDate()
      Returns true if this data type format is DATE_FORMAT.
    • isTime

      public boolean isTime()
      Returns true if this data type format is TIME_FORMAT.
    • isDateTime

      public boolean isDateTime()
      Returns true if this data type format is DATETIME_FORMAT.
    • isNumeric

      public boolean isNumeric()
      Returns true if this data type format is INTEGER_FORMAT, or DECIMAL_FORMAT is true.
    • isDateType

      public boolean isDateType()
      Returns true if this data type format is DATE_FORMAT, or TIME_FORMAT, or DATETIME_FORMAT.