public static enum TapServiceFinder.Target extends Enum<TapServiceFinder.Target>
Enum Constant and Description |
---|
SERVICE_META
Service name.
|
TABLE_DESCRIP
Table description.
|
TABLE_NAME
Table name.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the name to be used for identifying this target in the
user interface.
|
static TapServiceFinder.Target |
valueOf(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(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 nullpublic String getDisplayName()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.