Class ComplexValue.Id
- java.lang.Object
-
- java.lang.Number
-
- com.healthmarketscience.jackcess.complex.ComplexValue.Id
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ComplexValue
public abstract static class ComplexValue.Id extends Number
Identifier for a ComplexValue. Only valid for comparing complex values for the same column.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Id()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description bytebyteValue()doubledoubleValue()booleanequals(Object o)floatfloatValue()abstract intget()Returns the unique identifier of this complex value (this value is unique among all values in all rows of the main table for the complex column).abstract RowIdgetRowId()Returns the rowId of this ComplexValue within the secondary table.inthashCode()intintValue()longlongValue()shortshortValue()StringtoString()
-
-
-
Method Detail
-
shortValue
public short shortValue()
- Overrides:
shortValuein classNumber
-
floatValue
public float floatValue()
- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein classNumber
-
get
public abstract int get()
Returns the unique identifier of this complex value (this value is unique among all values in all rows of the main table for the complex column).
-
getRowId
public abstract RowId getRowId()
Returns the rowId of this ComplexValue within the secondary table.
-
-