public enum VersionColumnType extends Enum<VersionColumnType>
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnType() |
static VersionColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionColumnType NUMBER
public static final VersionColumnType DATE
public static final VersionColumnType TIMESTAMP
public static VersionColumnType[] values()
for (VersionColumnType c : VersionColumnType.values()) System.out.println(c);
public static VersionColumnType 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 getColumnType()
Copyright © 2013. All rights reserved.