public class FieldTypeInfo extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(FieldTypeInfo ti) |
boolean |
equals(Object o)
Two FieldTypeInfos are equal if ach of their fields matches
|
String |
getFieldID()
get the field's id (name)
|
TypeID |
getTypeID()
get the field's TypeID object
|
int |
hashCode()
We use a basic hashcode implementation, since this class will likely not
be used as a hashmap key
|
public TypeID getTypeID()
public String getFieldID()
public boolean equals(Object o)
public int hashCode()
public boolean equals(FieldTypeInfo ti)
Copyright © 2010 The Apache Software Foundation