| Package | Description | 
|---|---|
| biz.onixs.fix.dictionary | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldValueType | 
FieldValueType.fromString(String typeName)  | 
FieldValueType | 
FieldDetails.getType()
Returns field type. 
 | 
static FieldValueType | 
FieldValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FieldValueType[] | 
FieldValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FieldDetails.setType(FieldValueType type)
Sets field type. 
 | 
| Constructor and Description | 
|---|
FieldDetails(FieldValueType type,
            List<FieldValidValue> fieldValidValues)  | 
Copyright © 2005–2025 Onix Solutions. All rights reserved.