public enum ServerResourceType extends java.lang.Enum<ServerResourceType> implements ResourceType
Enum Constant and Description |
---|
ABO |
DATA_SOURCE |
DATA_SOURCE_POOL |
DB_RECORD |
FILE_TRANSFER |
SERVER_FILE |
SERVER_FOLDER |
SERVER_RESOURCE |
SINGLETON_ABO |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon() |
java.awt.Image |
getImage() |
static ServerResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerResourceType SERVER_FILE
public static final ServerResourceType SERVER_FOLDER
public static final ServerResourceType SERVER_RESOURCE
public static final ServerResourceType FILE_TRANSFER
public static final ServerResourceType DB_RECORD
public static final ServerResourceType ABO
public static final ServerResourceType SINGLETON_ABO
public static final ServerResourceType DATA_SOURCE
public static final ServerResourceType DATA_SOURCE_POOL
public static ServerResourceType[] values()
for (ServerResourceType c : ServerResourceType.values()) System.out.println(c);
public static ServerResourceType 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 nullCopyright © 2014 EsprIT-Systems. All Rights Reserved.