public enum DiagnosticManagerLogCreator extends Enum<DiagnosticManagerLogCreator>
Java class for DiagnosticManagerLogCreator.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DiagnosticManagerLogCreator">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="vpxd"/>
<enumeration value="vpxa"/>
<enumeration value="hostd"/>
<enumeration value="serverd"/>
<enumeration value="install"/>
<enumeration value="vpxClient"/>
<enumeration value="recordLog"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HOSTD |
INSTALL |
RECORD_LOG |
SERVERD |
VPX_CLIENT |
VPXA |
VPXD |
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticManagerLogCreator |
fromValue(String v) |
String |
value() |
static DiagnosticManagerLogCreator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticManagerLogCreator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticManagerLogCreator VPXD
public static final DiagnosticManagerLogCreator VPXA
public static final DiagnosticManagerLogCreator HOSTD
public static final DiagnosticManagerLogCreator SERVERD
public static final DiagnosticManagerLogCreator INSTALL
public static final DiagnosticManagerLogCreator VPX_CLIENT
public static final DiagnosticManagerLogCreator RECORD_LOG
public static DiagnosticManagerLogCreator[] values()
for (DiagnosticManagerLogCreator c : DiagnosticManagerLogCreator.values()) System.out.println(c);
public static DiagnosticManagerLogCreator 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 DiagnosticManagerLogCreator fromValue(String v)
Copyright © 2018. All rights reserved.