|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXObject
com.teraspaces.qwfix.FIXSchemaField
public final class FIXSchemaField
Represents the definition of a Field in FIX schema. This class cannot be inherited.
| Field Summary | |
|---|---|
static int |
INVALID_TAG
|
| Fields inherited from class com.teraspaces.qwfix.FIXObject |
|---|
DOCUMENT_TYPE_FAST_SCHEMA, DOCUMENT_TYPE_FIX_ENGINE, DOCUMENT_TYPE_FIX_SCHEMA, DOCUMENT_TYPE_PROCESS, DOCUMENT_TYPE_SCHEDULER, DOCUMENT_TYPE_SESSION, DOCUMENT_TYPE_VISUAL_LAMBDA |
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object o)
|
String |
getDescription()
Gets the description. |
FIXSchemaField |
getEncodedDataField()
Gets the encoded data field. |
int |
getEncodedDataTag()
Gets the encoded data tag. |
FIXSchemaField |
getEncodedLenField()
Gets the encoded len field. |
int |
getEncodedLenTag()
Gets the encoded len tag. |
FIXSchemaFieldGroup |
getFieldGroup()
Gets the field group. |
String |
getName()
Gets the name. |
Class<?> |
getNativeType()
Gets the native type. |
FIXSchema |
getSchema()
Gets the schema. |
int |
getTag()
Gets the tag. |
String |
getType()
Gets the type. |
FIXSchemaValidValues |
getValidValues()
Gets the list of valid values. |
boolean |
getValidValuesExclusive()
Gets a value indicating whether the valid values are exclusive. |
int |
hashCode()
|
boolean |
isEncodedData()
Checks if the field is an encoded data field. |
boolean |
isEncodedLen()
Checks if it is encoded len field. |
boolean |
isMultipleValueString()
Checks if is multiple value string. |
boolean |
isValidValue(char value)
Checks if is valid value. |
boolean |
isValidValue(int value)
Checks if is valid value. |
boolean |
isValidValue(String value)
Checks if is valid value. |
Object |
typeValueFromString(String value)
Type value from string. |
| Methods inherited from class com.teraspaces.qwfix.FIXObject |
|---|
createXmlDocument, getGuid, parseXmlDocument, readXmlDocumentInfo, writeXmlDocumentInfo |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INVALID_TAG
| Method Detail |
|---|
public FIXSchema getSchema()
public int getTag()
public String getName()
public String getType()
public String getDescription()
public FIXSchemaValidValues getValidValues()
public boolean getValidValuesExclusive()
public boolean isEncodedData()
public FIXSchemaField getEncodedLenField()
public boolean isEncodedLen()
public int getEncodedDataTag()
public int getEncodedLenTag()
public FIXSchemaFieldGroup getFieldGroup()
public FIXSchemaField getEncodedDataField()
public Class<?> getNativeType()
public boolean isMultipleValueString()
public Object typeValueFromString(String value)
value - the value
public Object clone()
clone in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isValidValue(int value)
value - the value
public boolean isValidValue(char value)
value - the value
public boolean isValidValue(String value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||