|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CdsFindMode>
uk.ac.starlink.ttools.cone.CdsFindMode
public enum CdsFindMode
Enumeration of ways to run an upload match using the CDS Xmatch service.
Enum Constant Summary | |
---|---|
ALL
All matches. |
|
BEST0
Best CDS table match for each uploaded table row. |
|
BEST1
Best uploaded match for each CDS table row. |
Method Summary | |
---|---|
String |
getName()
Returns the one-word name for this mode. |
String |
getSelectionValue()
Returns the value of the CDS Xmatch service " selection |
String |
getSummary()
Returns a short text summary of the meaning of this mode. |
boolean |
isRemoteUnique()
Indicates whether the nature of this match requires that each row from the remote table may appear at most once in the result. |
boolean |
isUploadFirst()
Indicates the assignment of the uploaded and remote tables as "first" or "second", for the purpose of setting Xmatch service parameters ( cat1 /2,
colDec1 /2 etc). |
String |
toString()
|
static CdsFindMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CdsFindMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CdsFindMode ALL
public static final CdsFindMode BEST0
public static final CdsFindMode BEST1
Method Detail |
---|
public static final CdsFindMode[] values()
for(CdsFindMode c : CdsFindMode.values()) System.out.println(c);
public static CdsFindMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic String getName()
public String getSummary()
public String getSelectionValue()
selection"
parameter to use for this mode.
- Returns:
- "best" or "all"
public boolean isUploadFirst()
cat1
/2,
colDec1
/2 etc).
public boolean isRemoteUnique()
public String toString()
toString
in class Enum<CdsFindMode>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |