public enum BARResourceType extends java.lang.Enum<BARResourceType>
| Enum Constant and Description |
|---|
CONNECTOR |
DOCUMENT |
EXTERNAL |
USER_FILTER |
| Modifier and Type | Method and Description |
|---|---|
static BARResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BARResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BARResourceType DOCUMENT
public static final BARResourceType EXTERNAL
public static final BARResourceType CONNECTOR
public static final BARResourceType USER_FILTER
public static BARResourceType[] values()
for (BARResourceType c : BARResourceType.values()) System.out.println(c);
public static BARResourceType 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 null