public final class RT_FidField
extends java.lang.Object
RT_Message
instances.
RT_FidField
instances are obtained by invoking the
RT_Message.getFieldByIndex(int)
method. Each instance contains a value
associated with a unique field identifier, or FID, which indicates the field
that contains the value.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this FID/value pair to the specified object.
|
int |
getFid()
Returns the field identifier of this FID/value pair.
|
java.lang.String |
getValue()
Returns a string representation of the value of this FID/value pair.
|
int |
hashCode()
Returns a hash code for this FID/value pair.
|
java.lang.String |
toString()
Returns a brief description of this FID/value pair.
|
public int getFid()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to compare this RT_FidField
againsttrue
if the FID/value pairs are equalgetFid()
,
getValue()
public int hashCode()
hashCode
in class java.lang.Object