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