public enum LicenseFeatureInfoUnit extends Enum<LicenseFeatureInfoUnit>
Java class for LicenseFeatureInfoUnit.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LicenseFeatureInfoUnit">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="host"/>
<enumeration value="cpuCore"/>
<enumeration value="cpuPackage"/>
<enumeration value="server"/>
<enumeration value="vm"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CPU_CORE |
CPU_PACKAGE |
HOST |
SERVER |
VM |
| Modifier and Type | Method and Description |
|---|---|
static LicenseFeatureInfoUnit |
fromValue(String v) |
String |
value() |
static LicenseFeatureInfoUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseFeatureInfoUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseFeatureInfoUnit HOST
public static final LicenseFeatureInfoUnit CPU_CORE
public static final LicenseFeatureInfoUnit CPU_PACKAGE
public static final LicenseFeatureInfoUnit SERVER
public static final LicenseFeatureInfoUnit VM
public static LicenseFeatureInfoUnit[] values()
for (LicenseFeatureInfoUnit c : LicenseFeatureInfoUnit.values()) System.out.println(c);
public static LicenseFeatureInfoUnit 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 value()
public static LicenseFeatureInfoUnit fromValue(String v)
Copyright © 2018. All rights reserved.