Uses of Class
org.jboss.shrinkwrap.descriptor.api.jbossweb60.ReplicationModeType

Packages that use ReplicationModeType
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ReplicationModeType in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return ReplicationModeType
static ReplicationModeType ReplicationModeType.getFromStringValue(String value)
           
 ReplicationModeType ReplicationConfigType.getReplicationMode()
          Returns the replication-mode element
static ReplicationModeType ReplicationModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReplicationModeType[] ReplicationModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 with parameters of type ReplicationModeType
 ReplicationConfigType<T> ReplicationConfigType.replicationMode(ReplicationModeType replicationMode)
          Sets the replication-mode element
 



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