public enum SimplePropertyReaders extends Enum<SimplePropertyReaders>
| Enum Constant and Description |
|---|
BINARY |
BOOLEAN |
DATE |
DATE_TIME |
DOUBLE |
FLOAT |
INTEGER |
LONG |
STRING |
TIME |
TZ_DATE_TIME |
| Modifier and Type | Method and Description |
|---|---|
static SimplePropertyReaders |
forClassName(String className) |
SimplePropertyReaderProducer |
producer() |
static SimplePropertyReaders |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplePropertyReaders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimplePropertyReaders STRING
public static final SimplePropertyReaders INTEGER
public static final SimplePropertyReaders LONG
public static final SimplePropertyReaders FLOAT
public static final SimplePropertyReaders DOUBLE
public static final SimplePropertyReaders BOOLEAN
public static final SimplePropertyReaders BINARY
public static final SimplePropertyReaders DATE
public static final SimplePropertyReaders TIME
public static final SimplePropertyReaders DATE_TIME
public static final SimplePropertyReaders TZ_DATE_TIME
public static SimplePropertyReaders[] values()
for (SimplePropertyReaders c : SimplePropertyReaders.values()) System.out.println(c);
public static SimplePropertyReaders 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 SimplePropertyReaderProducer producer()
public static SimplePropertyReaders forClassName(String className)
Copyright © 2019. All rights reserved.