public static enum Field.Type extends java.lang.Enum<Field.Type>
| Enum Constant and Description |
|---|
AMT |
BOOLEAN |
CHAR |
COUNTRY |
CURRENCY |
DATA |
DAYOFMONTH |
EXCHANGE |
FLOAT |
INT |
LANGUAGE |
LENGTH |
LOCALMKTDATE |
LONG |
MONTHYEAR |
MULTIPLECHARVALUE |
MULTIPLESTRINGVALUE |
MULTIPLEVALUESTRING |
NUMINGROUP |
PERCENTAGE |
PRICE |
PRICEOFFSET |
QTY |
QUANTITY |
SEQNUM |
STRING |
TENOR |
TZTIMEONLY |
TZTIMESTAMP |
UTCDATEONLY |
UTCTIMEONLY |
UTCTIMESTAMP |
XMLDATA |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasLengthField(boolean flyweightsEnabled) |
boolean |
hasOffsetField(boolean flyweightsEnabled) |
boolean |
isCharBased() |
boolean |
isDataBased() |
boolean |
isFloatBased() |
boolean |
isIntBased() |
boolean |
isMultiValue() |
boolean |
isStringBased() |
static Field.Type |
lookup(java.lang.String name) |
static Field.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Field.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Field.Type INT
public static final Field.Type LENGTH
public static final Field.Type SEQNUM
public static final Field.Type NUMINGROUP
public static final Field.Type DAYOFMONTH
public static final Field.Type LONG
public static final Field.Type FLOAT
public static final Field.Type PRICE
public static final Field.Type PRICEOFFSET
public static final Field.Type QTY
public static final Field.Type QUANTITY
public static final Field.Type PERCENTAGE
public static final Field.Type AMT
public static final Field.Type CHAR
public static final Field.Type MULTIPLECHARVALUE
public static final Field.Type STRING
public static final Field.Type MULTIPLEVALUESTRING
public static final Field.Type MULTIPLESTRINGVALUE
public static final Field.Type TENOR
public static final Field.Type CURRENCY
public static final Field.Type EXCHANGE
public static final Field.Type COUNTRY
public static final Field.Type LANGUAGE
public static final Field.Type DATA
public static final Field.Type XMLDATA
public static final Field.Type BOOLEAN
public static final Field.Type UTCTIMESTAMP
public static final Field.Type UTCTIMEONLY
public static final Field.Type UTCDATEONLY
public static final Field.Type LOCALMKTDATE
public static final Field.Type MONTHYEAR
public static final Field.Type TZTIMEONLY
public static final Field.Type TZTIMESTAMP
public static Field.Type[] values()
for (Field.Type c : Field.Type.values()) System.out.println(c);
public static Field.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isStringBased()
public boolean isIntBased()
public boolean isFloatBased()
public boolean isCharBased()
public boolean isDataBased()
public boolean hasOffsetField(boolean flyweightsEnabled)
public boolean hasLengthField(boolean flyweightsEnabled)
public boolean isMultiValue()
public static Field.Type lookup(java.lang.String name)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.