org.kie.commons.io
public static enum FileSystemType.Bootstrap extends Enum<FileSystemType.Bootstrap> implements FileSystemType
FileSystemType.Bootstrap
Enum Constant and Description |
---|
BOOTSTRAP_INSTANCE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FileSystemType.Bootstrap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemType.Bootstrap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemType.Bootstrap BOOTSTRAP_INSTANCE
public static FileSystemType.Bootstrap[] values()
for (FileSystemType.Bootstrap c : FileSystemType.Bootstrap.values()) System.out.println(c);
public static FileSystemType.Bootstrap valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<FileSystemType.Bootstrap>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.