public enum EAclEntryType extends java.lang.Enum<EAclEntryType>
Enum Constant and Description |
---|
BKR |
Developer |
DeviceServer |
Experte |
Modifier and Type | Method and Description |
---|---|
boolean |
is(OPModeACLEntry entry) |
boolean |
is(OPModeACLEntry entry,
java.lang.String user,
java.lang.String hostName,
java.lang.String appName) |
static boolean |
stringStartsWith(java.lang.String theString,
java.lang.String... startCandidates) |
static EAclEntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EAclEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAclEntryType Experte
public static final EAclEntryType Developer
public static final EAclEntryType BKR
public static final EAclEntryType DeviceServer
public static EAclEntryType[] values()
for (EAclEntryType c : EAclEntryType.values()) System.out.println(c);
public static EAclEntryType 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 nullpublic static boolean stringStartsWith(java.lang.String theString, java.lang.String... startCandidates)
public final boolean is(OPModeACLEntry entry, java.lang.String user, java.lang.String hostName, java.lang.String appName)
public final boolean is(OPModeACLEntry entry)
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft