public static enum BreakTheGlass.Reason extends Enum<BreakTheGlass.Reason>
| Enum Constant and Description |
|---|
OTHER_REASON |
UNABLE_TO_CHECK_THERAPEUTIC_RELATION |
UNABLE_TO_CREATE_THERAPEUTIC_RELATION |
| Modifier and Type | Method and Description |
|---|---|
static BreakTheGlass.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BreakTheGlass.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreakTheGlass.Reason UNABLE_TO_CHECK_THERAPEUTIC_RELATION
public static final BreakTheGlass.Reason UNABLE_TO_CREATE_THERAPEUTIC_RELATION
public static final BreakTheGlass.Reason OTHER_REASON
public static BreakTheGlass.Reason[] values()
for (BreakTheGlass.Reason c : BreakTheGlass.Reason.values()) System.out.println(c);
public static BreakTheGlass.Reason 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 © 2010–2025 Smals. All rights reserved.