public static class MappingNode.ENUM_MAPPING_VALIDATEFIXUP
extends java.lang.Object
ENUM_MAPPING_VALIDATEFIXUP.none = None ENUM_MAPPING_VALIDATEFIXUP.full = Full
Modifier and Type | Field and Description |
---|---|
static MappingNode.ENUM_MAPPING_VALIDATEFIXUP |
full |
static MappingNode.ENUM_MAPPING_VALIDATEFIXUP |
none |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
MappingNode.ENUM_MAPPING_VALIDATEFIXUP(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static MappingNode.ENUM_MAPPING_VALIDATEFIXUP |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final MappingNode.ENUM_MAPPING_VALIDATEFIXUP none
public static final MappingNode.ENUM_MAPPING_VALIDATEFIXUP full
public static java.lang.String[] values
protected MappingNode.ENUM_MAPPING_VALIDATEFIXUP(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static MappingNode.ENUM_MAPPING_VALIDATEFIXUP getEnumFromString(java.lang.String enumValue)