Interface Version
-
- All Superinterfaces:
Comparable<Version>,ComplexValue
public interface Version extends ComplexValue, Comparable<Version>
Complex value corresponding to a version of a memo column.- Author:
- James Ahlborn
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.complex.ComplexValue
ComplexValue.Id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DategetModifiedDate()Deprecated.seeDateTimeTypefor detailsObjectgetModifiedDateObject()LocalDateTimegetModifiedLocalDate()StringgetValue()-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.healthmarketscience.jackcess.complex.ComplexValue
delete, getColumn, getComplexValueForeignKey, getId, setComplexValueForeignKey, setId, update
-
-
-
-
Method Detail
-
getValue
String getValue()
-
getModifiedDate
@Deprecated Date getModifiedDate()
Deprecated.seeDateTimeTypefor details
-
getModifiedLocalDate
LocalDateTime getModifiedLocalDate()
-
getModifiedDateObject
Object getModifiedDateObject()
-
-