class | BigDecimalValue | Value object class to handle the BigDecimal datatype. |
---|
class | BigIntegerValue | Value object class to handle the BigInteger datatype. |
---|
class | BinaryValue | Value object class to handle the byte array datatype. |
---|
class | BooleanValue | Value object class to handle the Boolean datatype. |
---|
class | ByteValue | Value object class to handle the Byte datatype. |
---|
class | DoubleValue | Value object class to handle the Double datatype. |
---|
class | DurationValue | Value object class to handle the Duration datatype. |
---|
class | FloatValue | Value object class to handle the Float datatype. |
---|
class | IntegerValue | Value object class to handle the Integer datatype. |
---|
class | KStringValue | Value object class to handle the KString datatype. |
---|
class | LocalDateTimeValue | Value object class to handle the LocalDateTime datatype. |
---|
class | LocalDateValue | Value object class to handle the LocalDate datatype. |
---|
class | LocalTimeValue | Value object class to handle the LocalTime datatype. |
---|
class | LongValue | Value object class to handle the Long datatype. |
---|
class | MonthDayValue | Value object class to handle the MonthDay datatype. |
---|
class | NumberValue<TYPE extends java.lang.Number> | Base class for Number values. |
---|
class | OffsetDateTimeValue | Value object class to handle the OffsetDateTime datatype. |
---|
class | OffsetTimeValue | Value object class to handle the OffsetTime datatype. |
---|
class | PeriodValue | Value object class to handle the Period datatype. |
---|
class | ShortValue | Value object class to handle the Short datatype. |
---|
class | StringValue | Value object class to handle the String datatype. |
---|
class | TermporalAccessorValue<TYPE extends java.time.temporal.TemporalAccessor> | TemporalAccessor Value object base class, i.e. |
---|
class | TermporalAmountValue<TYPE> | TemporalAmountValue object base class, i.e. |
---|
class | XMLDurationValue | Value object class to handle the XML Duration Schema 1.0 Part 2 datatype. |
---|
class | XMLGregorianCalendarValue | Value object class to handle the XMLGregorianCalendar datatype. |
---|
class | YearMonthValue | Value object class to handle the YearMonth datatype. |
---|
class | YearValue | Value object class to handle the Year datatype. |
---|
class | ZonedDateTimeValue | Value object class to handle the ZonedDateTime datatype. |
---|