Enum Constant | 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.
|
Modifier and Type | Method | Description |
---|---|---|
static ColFlag |
valueOf(java.lang.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 ColFlag[] values()
for (ColFlag c : ColFlag.values()) System.out.println(c);
public static ColFlag 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 ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.