public enum DataColumnConstraintType extends Enum<DataColumnConstraintType>
| Enum Constant and Description |
|---|
ENUM
Enumerated values
|
GLOB
Pattern matching
|
RANGE
Value range
|
| Modifier and Type | Method and Description |
|---|---|
static DataColumnConstraintType |
fromValue(String value)
Get the type from the value
|
String |
getValue()
Get the value
|
static DataColumnConstraintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataColumnConstraintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataColumnConstraintType RANGE
public static final DataColumnConstraintType ENUM
public static final DataColumnConstraintType GLOB
public static DataColumnConstraintType[] values()
for (DataColumnConstraintType c : DataColumnConstraintType.values()) System.out.println(c);
public static DataColumnConstraintType 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 getValue()
public static DataColumnConstraintType fromValue(String value)
value - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.