public class FieldInfo extends Object
Contains Field information.
FieldInfo(String fieldName, String fieldValue)
FieldInfo
String
getName()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FieldInfo(String fieldName, String fieldValue)
Initializes a new instance of the FieldInfo class.
fieldName
fieldValue
public final String getName()
Gets Field Name.
public final String getValue()
Gets Field Value.
Copyright © 2019. All rights reserved.