public class AnalyzedField extends Object
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzedGroup> |
getGroups()
Returns the receiver's groups.
|
String |
getName()
Returns the receiver's name.
|
Field<?> |
getQField()
Returns the receiver's QuickFIX/J field.
|
int |
getQFieldTag()
Returns the receiver's QuickFIX/J field tag.
|
Object |
getQFieldValue()
Returns the receiver's QuickFIX/J field value.
|
String |
getQFieldValueAsString()
Returns the receiver's QuickFIX/J field value in string form.
|
FieldType |
getQType()
Returns the receiver's QuickFIX/J field type.
|
boolean |
getRequired()
Returns true if the receiver is a required field.
|
String |
getValue()
Returns the receiver's (analyzed) value.
|
void |
print(PrintStream stream,
String prefix)
Prints the receiver onto the given stream.
|
public Field<?> getQField()
public FieldType getQType()
public String getName()
public boolean getRequired()
public String getValue()
public List<AnalyzedGroup> getGroups()
public int getQFieldTag()
public Object getQFieldValue()
public String getQFieldValueAsString()
public void print(PrintStream stream, String prefix)
stream - The stream.prefix - The prefix.Copyright © 2015. All Rights Reserved.