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