public enum AtlasConversionConcern extends Enum<AtlasConversionConcern>
Enum Constant and Description |
---|
CONVENTION |
FORMAT |
FRACTIONAL_PART |
NONE |
RANGE |
TIMEZONE |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
static AtlasConversionConcern |
fromValue(String v) |
String |
getMessage(AtlasConversionInfo converterAnno) |
String |
value() |
static AtlasConversionConcern |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlasConversionConcern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlasConversionConcern NONE
public static final AtlasConversionConcern RANGE
public static final AtlasConversionConcern FRACTIONAL_PART
public static final AtlasConversionConcern TIMEZONE
public static final AtlasConversionConcern FORMAT
public static final AtlasConversionConcern CONVENTION
public static final AtlasConversionConcern UNSUPPORTED
public static AtlasConversionConcern[] values()
for (AtlasConversionConcern c : AtlasConversionConcern.values()) System.out.println(c);
public static AtlasConversionConcern valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public String getMessage(AtlasConversionInfo converterAnno)
public static AtlasConversionConcern fromValue(String v)
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.