public enum LicenseKeyManagerPropertyConstants extends Enum<LicenseKeyManagerPropertyConstants>
| Enum Constant and Description |
|---|
DEFAULT_CREATED_BY |
MAPPED_STATUS |
TIME_ZONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Getter for value.
|
static LicenseKeyManagerPropertyConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseKeyManagerPropertyConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseKeyManagerPropertyConstants TIME_ZONE
public static final LicenseKeyManagerPropertyConstants DEFAULT_CREATED_BY
public static final LicenseKeyManagerPropertyConstants MAPPED_STATUS
public static LicenseKeyManagerPropertyConstants[] values()
for (LicenseKeyManagerPropertyConstants c : LicenseKeyManagerPropertyConstants.values()) System.out.println(c);
public static LicenseKeyManagerPropertyConstants 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()
Copyright © 2020. All rights reserved.