public enum OntrackSecurityMode extends Enum<OntrackSecurityMode>
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static OntrackSecurityMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntrackSecurityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntrackSecurityMode DEFAULT
public static final OntrackSecurityMode SANDBOX
public static final OntrackSecurityMode NONE
public static OntrackSecurityMode[] values()
for (OntrackSecurityMode c : OntrackSecurityMode.values()) System.out.println(c);
public static OntrackSecurityMode 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 String getDisplayName()
Copyright © 2016–2023. All rights reserved.