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