public enum RegAccessMode extends Enum<RegAccessMode>
| Modifier and Type | Method and Description |
|---|---|
static RegAccessMode |
getFor(int value) |
int |
getValue() |
static RegAccessMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegAccessMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegAccessMode READWRITE
public static final RegAccessMode READONLY
public static RegAccessMode[] values()
for (RegAccessMode c : RegAccessMode.values()) System.out.println(c);
public static RegAccessMode 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 nullpublic int getValue()
public static RegAccessMode getFor(int value)
Copyright © 2023 OpenClover.org. All rights reserved.