public static enum ResourceEntry.ResourceType extends Enum<ResourceEntry.ResourceType>
Enum Constant and Description |
---|
ACTIONFILE |
CONNECTION |
DATABASENAME |
FILE |
OTHER |
SERVER |
URL |
Modifier and Type | Method and Description |
---|---|
static ResourceEntry.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceEntry.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceEntry.ResourceType FILE
public static final ResourceEntry.ResourceType CONNECTION
public static final ResourceEntry.ResourceType SERVER
public static final ResourceEntry.ResourceType URL
public static final ResourceEntry.ResourceType DATABASENAME
public static final ResourceEntry.ResourceType ACTIONFILE
public static final ResourceEntry.ResourceType OTHER
public static ResourceEntry.ResourceType[] values()
for (ResourceEntry.ResourceType c : ResourceEntry.ResourceType.values()) System.out.println(c);
public static ResourceEntry.ResourceType 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 nullCopyright © 2018 Hitachi Vantara. All rights reserved.