public enum AttributeSchemaType extends Enum<AttributeSchemaType>
| Enum Constant and Description |
|---|
Binary |
Boolean |
Date |
Double |
Encrypted |
Enum |
Long |
String |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType() |
boolean |
isConversionPatternNeeded() |
static AttributeSchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeSchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeSchemaType String
public static final AttributeSchemaType Long
public static final AttributeSchemaType Double
public static final AttributeSchemaType Boolean
public static final AttributeSchemaType Date
public static final AttributeSchemaType Enum
public static final AttributeSchemaType Encrypted
public static final AttributeSchemaType Binary
public static AttributeSchemaType[] values()
for (AttributeSchemaType c : AttributeSchemaType.values()) System.out.println(c);
public static AttributeSchemaType 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 Class<?> getType()
public boolean isConversionPatternNeeded()
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.