public static enum FileUtilities.FileType extends java.lang.Enum<FileUtilities.FileType>
Enum Constant and Description |
---|
JSON |
PROPERTIES |
XML |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static FileUtilities.FileType |
get(java.lang.String name) |
static FileUtilities.FileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileUtilities.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileUtilities.FileType JSON
public static final FileUtilities.FileType XML
public static final FileUtilities.FileType PROPERTIES
public static FileUtilities.FileType[] values()
for (FileUtilities.FileType c : FileUtilities.FileType.values()) System.out.println(c);
public static FileUtilities.FileType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static FileUtilities.FileType get(java.lang.String name)
Copyright © SAS Institute. All Rights Reserved.