public enum LicenseType extends Enum<LicenseType>
| Enum Constant and Description |
|---|
GO |
MAX |
TERRACOTTA |
TERRACOTTA_OS |
| Modifier and Type | Method and Description |
|---|---|
License |
defaultLicense() |
String |
getKratosTag() |
boolean |
isOpenSource() |
static LicenseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseType GO
public static final LicenseType MAX
public static final LicenseType TERRACOTTA_OS
public static final LicenseType TERRACOTTA
public static LicenseType[] values()
for (LicenseType c : LicenseType.values()) System.out.println(c);
public static LicenseType 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 boolean isOpenSource()
public String getKratosTag()
public License defaultLicense()
Copyright © 2022. All rights reserved.