org.jboss.shrinkwrap.descriptor.api.jbossweb60
Enum ReplicationTriggerType

java.lang.Object
  extended by java.lang.Enum<ReplicationTriggerType>
      extended by org.jboss.shrinkwrap.descriptor.api.jbossweb60.ReplicationTriggerType
All Implemented Interfaces:
Serializable, Comparable<ReplicationTriggerType>

public enum ReplicationTriggerType
extends Enum<ReplicationTriggerType>

This class implements the replication-triggerType xsd type

Since:
Generation date :2013-01-26T19:27:01.083+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Enum Constant Summary
_ACCESS
           
_SET
           
_SET_AND_GET
           
_SET_AND_NON_PRIMITIVE_GET
           
 
Method Summary
static ReplicationTriggerType getFromStringValue(String value)
           
 String toString()
           
static ReplicationTriggerType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReplicationTriggerType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

_ACCESS

public static final ReplicationTriggerType _ACCESS

_SET_AND_GET

public static final ReplicationTriggerType _SET_AND_GET

_SET_AND_NON_PRIMITIVE_GET

public static final ReplicationTriggerType _SET_AND_NON_PRIMITIVE_GET

_SET

public static final ReplicationTriggerType _SET
Method Detail

values

public static ReplicationTriggerType[] 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 (ReplicationTriggerType c : ReplicationTriggerType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ReplicationTriggerType 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<ReplicationTriggerType>

getFromStringValue

public static ReplicationTriggerType getFromStringValue(String value)


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.