java.io.Serializable
, java.lang.Comparable<TapServiceFinder.Target>
public static enum TapServiceFinder.Target extends java.lang.Enum<TapServiceFinder.Target>
Enum Constant | Description |
---|---|
SERVICE_META |
Service name.
|
TABLE_DESCRIP |
Table description.
|
TABLE_NAME |
Table name.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDisplayName() |
Returns the name to be used for identifying this target in the
user interface.
|
static TapServiceFinder.Target |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TapServiceFinder.Target[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TapServiceFinder.Target TABLE_NAME
public static final TapServiceFinder.Target TABLE_DESCRIP
public static final TapServiceFinder.Target SERVICE_META
public static TapServiceFinder.Target[] values()
for (TapServiceFinder.Target c : TapServiceFinder.Target.values()) System.out.println(c);
public static TapServiceFinder.Target 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 nullpublic java.lang.String getDisplayName()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.