Class DateObjectValue

  • All Implemented Interfaces:
    ObjectValue

    public class DateObjectValue
    extends java.lang.Object
    implements ObjectValue
    • Constructor Detail

      • DateObjectValue

        public DateObjectValue​(ObjectValueType objectType,
                               java.lang.String value)
        Constructor
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public DateObjectValue setValue​(java.lang.String value)
        Set the value
      • toDate

        public java.util.Date toDate()
                              throws java.text.ParseException
        Convert to a Date
        Throws:
        java.text.ParseException