Drools Workbench - JCR to UberFire VFS migration 6.1.0-SNAPSHOT

org.drools.workbench.jcr2vfsmigration.vfs
Enum IOServiceFactory.Migration

java.lang.Object
  extended by java.lang.Enum<IOServiceFactory.Migration>
      extended by org.drools.workbench.jcr2vfsmigration.vfs.IOServiceFactory.Migration
All Implemented Interfaces:
Serializable, Comparable<IOServiceFactory.Migration>, org.uberfire.io.FileSystemType
Enclosing class:
IOServiceFactory

public static enum IOServiceFactory.Migration
extends Enum<IOServiceFactory.Migration>
implements org.uberfire.io.FileSystemType


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.uberfire.io.FileSystemType
org.uberfire.io.FileSystemType.Bootstrap
 
Enum Constant Summary
MIGRATION_INSTANCE
           
 
Method Summary
 String toString()
           
static IOServiceFactory.Migration valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IOServiceFactory.Migration[] 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

MIGRATION_INSTANCE

public static final IOServiceFactory.Migration MIGRATION_INSTANCE
Method Detail

values

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

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

valueOf

public static IOServiceFactory.Migration 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<IOServiceFactory.Migration>

Drools Workbench - JCR to UberFire VFS migration 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.