public class DocumentField extends Object
Represents a document field data.
Learn more
DocumentField(String name, String value)
DocumentField
String
getName()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DocumentField(String name, String value)
Initializes a new instance of the DocumentField class.
name
value
public final String getName()
Gets a field name.
public final String getValue()
Gets a field value.