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