public enum ColFlag extends Enum<ColFlag>
Enum Constant and Description |
---|
DATALINK
Column (probably) contains a Datalink URL.
|
HTML
Column (probably) contains a browser-friendly URL.
|
IMAGE
Column (probably) contains an Image URL.
|
SPECTRUM
Column (probably) contains a Spectrum URL.
|
STRING
Column value type is string.
|
URL
Column (probably) contains a URL.
|
VOTABLE
Column (probably) contains a VOTable URL.
|
WEBREF
Column (probably) contains a reference that can be mapped to a web page.
|
Modifier and Type | Method and Description |
---|---|
static ColFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColFlag STRING
public static final ColFlag URL
public static final ColFlag DATALINK
public static final ColFlag IMAGE
public static final ColFlag SPECTRUM
public static final ColFlag VOTABLE
public static final ColFlag HTML
public static final ColFlag WEBREF
public static ColFlag[] values()
for (ColFlag c : ColFlag.values()) System.out.println(c);
public static ColFlag 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 © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.