| Constructor and Description |
|---|
DataField(java.lang.String name,
Type type,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
Type |
component2() |
int |
component3() |
DataField |
copy(java.lang.String name,
Type type,
int index) |
boolean |
equals(java.lang.Object p) |
int |
getIndex() |
java.lang.String |
getName() |
Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public DataField(@NotNull
java.lang.String name,
@NotNull
Type type,
int index)
@NotNull public java.lang.String getName()
@NotNull public Type getType()
public int getIndex()
@NotNull public java.lang.String component1()
@NotNull public Type component2()
public int component3()
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)