org.jboss.shrinkwrap.descriptor.api.jbossweb60
Enum ReplicationModeType
java.lang.Object
java.lang.Enum<ReplicationModeType>
org.jboss.shrinkwrap.descriptor.api.jbossweb60.ReplicationModeType
- All Implemented Interfaces:
- Serializable, Comparable<ReplicationModeType>
public enum ReplicationModeType
- extends Enum<ReplicationModeType>
This class implements the replication-modeType
xsd type
- Since:
- Generation date :2013-01-26T19:27:01.083+01:00
- Author:
- Ralf Battenfeld, Andrew Lee Rubinger
_SYNCHRONOUS
public static final ReplicationModeType _SYNCHRONOUS
_ASYNCHRONOUS
public static final ReplicationModeType _ASYNCHRONOUS
values
public static ReplicationModeType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ReplicationModeType c : ReplicationModeType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ReplicationModeType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<ReplicationModeType>
getFromStringValue
public static ReplicationModeType getFromStringValue(String value)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.