public class MarkValidationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MarkValidationResult |
M_SIGN |
static MarkValidationResult |
M_SIGN_MINUS |
static MarkValidationResult |
M_SIGN_PLUS |
private java.lang.String |
value |
Constructor and Description |
---|
MarkValidationResult(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
public static final MarkValidationResult M_SIGN
public static final MarkValidationResult M_SIGN_MINUS
public static final MarkValidationResult M_SIGN_PLUS
private final java.lang.String value