public enum ModuleState extends Enum<ModuleState>
Enum Constant and Description |
---|
CHOOSE_USERNAMES |
COMPLETE |
DISCLAIMER |
DISCLAIMER_DECLINED |
LOGIN_START |
PROFILE_ERROR |
REGISTRATION |
Modifier and Type | Method and Description |
---|---|
static ModuleState |
get(int screen) |
String |
toString() |
static ModuleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleState COMPLETE
public static final ModuleState LOGIN_START
public static final ModuleState DISCLAIMER_DECLINED
public static final ModuleState PROFILE_ERROR
public static final ModuleState REGISTRATION
public static final ModuleState CHOOSE_USERNAMES
public static final ModuleState DISCLAIMER
public static ModuleState[] values()
for (ModuleState c : ModuleState.values()) System.out.println(c);
public static ModuleState 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 toString()
toString
in class Enum<ModuleState>
public static ModuleState get(int screen)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.