public enum SnapshotModeType extends Enum<SnapshotModeType>
snapshot-modeType
xsd typeModifier and Type | Method and Description |
---|---|
static SnapshotModeType |
getFromStringValue(String value) |
String |
toString() |
static SnapshotModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotModeType _INSTANT
public static final SnapshotModeType _FIELD
public static SnapshotModeType[] values()
for (SnapshotModeType c : SnapshotModeType.values()) System.out.println(c);
public static SnapshotModeType 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 toString()
toString
in class Enum<SnapshotModeType>
public static SnapshotModeType getFromStringValue(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.