public enum Xs2aUsageType extends Enum<Xs2aUsageType>
| Modifier and Type | Method and Description |
|---|---|
static Optional<Xs2aUsageType> |
getByValue(String name) |
String |
getValue() |
String |
toString() |
static Xs2aUsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xs2aUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xs2aUsageType PRIV
public static final Xs2aUsageType ORGA
public static Xs2aUsageType[] values()
for (Xs2aUsageType c : Xs2aUsageType.values()) System.out.println(c);
public static Xs2aUsageType 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 getValue()
public static Optional<Xs2aUsageType> getByValue(String name)
public String toString()
toString in class Enum<Xs2aUsageType>Copyright © 2019. All rights reserved.