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