| Modifier and Type | Method and Description |
|---|---|
FieldMessageType |
IFieldMessage.getMessageType() |
FieldMessageType |
FieldMessage.getMessageType() |
static FieldMessageType |
FieldMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMessageType[] |
FieldMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FieldMessage(FieldMessageType messageType,
String fieldName,
String value,
Integer valuePosition,
String error)
Constructor
|
Copyright © 2016. All rights reserved.