public enum LicenseSource extends Enum<LicenseSource>
| Enum Constant and Description |
|---|
BUNDLE |
MARKETPLACE |
NONE |
VENDOR |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static LicenseSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseSource NONE
public static final LicenseSource MARKETPLACE
public static final LicenseSource VENDOR
public static final LicenseSource BUNDLE
public static LicenseSource[] values()
for (LicenseSource c : LicenseSource.values()) System.out.println(c);
public static LicenseSource 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 getKey()
Copyright © 2023 ALM Works. All Rights Reserved.