public static enum Feature.TypeEnum extends Enum<Feature.TypeEnum>
| Enum Constant and Description |
|---|
FUNCTIONAL |
QUOTA |
| Modifier and Type | Method and Description |
|---|---|
static Feature.TypeEnum |
fromValue(String text) |
String |
toString() |
static Feature.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature.TypeEnum FUNCTIONAL
public static final Feature.TypeEnum QUOTA
public static Feature.TypeEnum[] values()
for (Feature.TypeEnum c : Feature.TypeEnum.values()) System.out.println(c);
public static Feature.TypeEnum 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<Feature.TypeEnum>public static Feature.TypeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.