public enum EF_topicAccess extends Enum<EF_topicAccess>
Modifier and Type | Method and Description |
---|---|
static EF_topicAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EF_topicAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EF_topicAccess MANAGER
public static final EF_topicAccess READ
public static final EF_topicAccess WRITE
public static EF_topicAccess[] values()
for (EF_topicAccess c : EF_topicAccess.values()) System.out.println(c);
public static EF_topicAccess 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 © 2019 Communote team. All rights reserved.