public class Field extends Object
| Constructor and Description |
|---|
Field(String name,
String value)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMetaData |
getMetaData()
Get the optional field metadata.
|
String |
getName()
Get the field name.
|
String |
getValue()
Get the field value.
|
Field |
setMetaData(FieldMetaData metaData)
Set optional field metadata.
|
public String getName()
public String getValue()
public Field setMetaData(FieldMetaData metaData)
metaData - The metadata.public FieldMetaData getMetaData()
Copyright © 2020. All rights reserved.