public static enum TypeMetadata.TypeBehaviour extends java.lang.Enum<TypeMetadata.TypeBehaviour>
Enum Constant and Description |
---|
FLOAT_BINARY_PRECISION |
FLOAT_DECIMAL_PRECISION |
Modifier and Type | Method and Description |
---|---|
static TypeMetadata.TypeBehaviour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeMetadata.TypeBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeMetadata.TypeBehaviour FLOAT_DECIMAL_PRECISION
public static final TypeMetadata.TypeBehaviour FLOAT_BINARY_PRECISION
public static TypeMetadata.TypeBehaviour[] values()
for (TypeMetadata.TypeBehaviour c : TypeMetadata.TypeBehaviour.values()) System.out.println(c);
public static TypeMetadata.TypeBehaviour valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.