public static enum IDbProperty.Type extends Enum<IDbProperty.Type>
| Enum Constant and Description |
|---|
Blob |
Boolean |
Double |
Integer |
Long |
String |
UUID |
| Modifier and Type | Method and Description |
|---|---|
static IDbProperty.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDbProperty.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDbProperty.Type String
public static final IDbProperty.Type Blob
public static final IDbProperty.Type Boolean
public static final IDbProperty.Type Integer
public static final IDbProperty.Type Long
public static final IDbProperty.Type Double
public static final IDbProperty.Type UUID
public static IDbProperty.Type[] values()
for (IDbProperty.Type c : IDbProperty.Type.values()) System.out.println(c);
public static IDbProperty.Type 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 © 2012–2017 The Apache Software Foundation. All rights reserved.