|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.tif.jacob.core.data.IDataKeyValue
public final class IDataKeyValue
Data key value instances could be obtained by means of
IDataRecord.getPrimaryKeyValue()
IDataTableRecord.getKeyValue(IKey)
IDataTableRecord.getKeyValue(String).
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The revision control system id. |
static java.lang.String |
RCS_REV
The revision control system id in short form. |
| Constructor Summary | |
|---|---|
IDataKeyValue(java.lang.Object fieldValue)
|
|
IDataKeyValue(java.lang.Object[] fieldValues)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object anObject)
Indicates whether some other object is "equal to" this one. |
java.lang.Object |
getFieldValue(int fieldIndex)
Returns the specified field value given by its index. |
int |
hashCode()
Returns a hash code for this key value. |
int |
numberOfFieldValues()
Returns the number of field values this key value exists of. |
java.lang.String |
toString()
Returns the key value as string. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public IDataKeyValue(java.lang.Object[] fieldValues)
public IDataKeyValue(java.lang.Object fieldValue)
| Method Detail |
|---|
public int numberOfFieldValues()
1.
public java.lang.Object getFieldValue(int fieldIndex)
throws java.lang.IndexOutOfBoundsException
fieldIndex - the field index
java.lang.IndexOutOfBoundsException - if 0 <= fieldIndex < numberOfFieldValues()
is not fulfilledpublic boolean equals(java.lang.Object anObject)
Different instances of this class are equal, if the underlying field values are equal as well.
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
For different instances of this class the hash codes are equal, if the hash codes of the underlying field values are equal as well.
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.Object
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||