public enum DiscoveryResType extends Enum<DiscoveryResType> implements Serializable
Enum Constant and Description |
---|
ADAPTER |
JOB |
MODULE |
SCANNER_CONFIGURATION |
SCRIPT |
SERVER_DATA |
USER_EXT |
WIZARD |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
static DiscoveryResType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryResType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryResType ADAPTER
public static final DiscoveryResType MODULE
public static final DiscoveryResType SCRIPT
public static final DiscoveryResType SERVER_DATA
public static final DiscoveryResType USER_EXT
public static final DiscoveryResType JOB
public static final DiscoveryResType WIZARD
public static final DiscoveryResType SCANNER_CONFIGURATION
public static DiscoveryResType[] values()
for (DiscoveryResType c : DiscoveryResType.values()) System.out.println(c);
public static DiscoveryResType 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 int getType()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.