public static enum KettleVFS.Suffix extends Enum<KettleVFS.Suffix>
Modifier and Type | Method and Description |
---|---|
static KettleVFS.Suffix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KettleVFS.Suffix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KettleVFS.Suffix ZIP
public static final KettleVFS.Suffix TMP
public static final KettleVFS.Suffix JAR
public static KettleVFS.Suffix[] values()
for (KettleVFS.Suffix c : KettleVFS.Suffix.values()) System.out.println(c);
public static KettleVFS.Suffix 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 nullCopyright © 2018 Hitachi Vantara. All rights reserved.