public class Field extends Object
| Constructor and Description |
|---|
Field() |
Field(String dataType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataType() |
Object |
getValue() |
int |
hashCode() |
void |
setDataType(String dataType) |
void |
setValue(Object value) |
String |
toString() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.