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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return SnapshotModeType
static SnapshotModeType SnapshotModeType.getFromStringValue(String value)
           
 SnapshotModeType ReplicationConfigType.getSnapshotMode()
          Returns the snapshot-mode element
static SnapshotModeType SnapshotModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SnapshotModeType[] SnapshotModeType.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 SnapshotModeType
 ReplicationConfigType<T> ReplicationConfigType.snapshotMode(SnapshotModeType snapshotMode)
          Sets the snapshot-mode element
 



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