|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatTypeEnum | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of FormatTypeEnum in biz.c24.io.api.data |
---|
Fields in biz.c24.io.api.data declared as FormatTypeEnum | |
---|---|
static FormatTypeEnum |
FormatTypeEnum.DELIMITED
Specifies the types format is delimited. |
static FormatTypeEnum |
FormatTypeEnum.FIXED
Specifies that the format consits of fixed length records. |
static FormatTypeEnum |
FormatTypeEnum.IMPLIED
Specifies that the format is implied by the settings of a complex types subfields. |
Methods in biz.c24.io.api.data that return FormatTypeEnum | |
---|---|
static FormatTypeEnum[] |
FormatTypeEnum.getEnumArray()
Returns an array containing the members of this enumeration. |
static FormatTypeEnum |
FormatTypeEnum.getEnumValue(String name)
Returns the enumeration value called name . |
FormatTypeEnum |
ComplexDataType.getFormatType()
Returns the format type. |
Methods in biz.c24.io.api.data with parameters of type FormatTypeEnum | |
---|---|
void |
ComplexDataType.setFormatType(FormatTypeEnum formatType)
Sets the format type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |