public static enum AdqlFeature.Type extends Enum<AdqlFeature.Type>
Enum Constant and Description |
---|
ANY |
CIRCLE |
DOUBLE |
GEOM |
INTEGER |
POINT |
POLYGON |
REGION |
STRING |
Modifier and Type | Method and Description |
---|---|
static AdqlFeature.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdqlFeature.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdqlFeature.Type DOUBLE
public static final AdqlFeature.Type INTEGER
public static final AdqlFeature.Type STRING
public static final AdqlFeature.Type POINT
public static final AdqlFeature.Type CIRCLE
public static final AdqlFeature.Type POLYGON
public static final AdqlFeature.Type REGION
public static final AdqlFeature.Type GEOM
public static final AdqlFeature.Type ANY
public static AdqlFeature.Type[] values()
for (AdqlFeature.Type c : AdqlFeature.Type.values()) System.out.println(c);
public static AdqlFeature.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 © 2024 Central Laboratory of the Research Councils. All Rights Reserved.