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