public class Field extends Object
Field()
Field(String dataType, Object value)
boolean
equals(Object o)
String
getDataType()
Object
getValue()
int
hashCode()
void
setDataType(String dataType)
setValue(Object value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Field()
public Field(String dataType, Object value)
public String getDataType()
public void setDataType(String dataType)
public Object getValue()
public void setValue(Object value)
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2022 The Apache Software Foundation. All rights reserved.