public enum RedmineDataConverter extends Enum<RedmineDataConverter> implements DataConverter
Date and
Datetime).| Enum Constant and Description |
|---|
Boolean |
Date |
Datetime |
Double |
Float |
Integer |
Long |
Short |
Text |
| Modifier and Type | Method and Description |
|---|---|
static RedmineDataConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedmineDataConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfconvertpublic static final RedmineDataConverter Boolean
public static final RedmineDataConverter Short
public static final RedmineDataConverter Integer
public static final RedmineDataConverter Long
public static final RedmineDataConverter Float
public static final RedmineDataConverter Double
public static final RedmineDataConverter Date
public static final RedmineDataConverter Datetime
public static final RedmineDataConverter Text
public static RedmineDataConverter[] values()
for (RedmineDataConverter c : RedmineDataConverter.values()) System.out.println(c);
public static RedmineDataConverter 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 nullCopyright © 2009–2016 CodeLutin. All rights reserved.