public final class FileType extends ExpandableStringEnum<FileType>
Modifier and Type | Field and Description |
---|---|
static FileType |
DIRECTORY
Static value directory for FileType.
|
static FileType |
FILE
Static value file for FileType.
|
Constructor and Description |
---|
FileType() |
Modifier and Type | Method and Description |
---|---|
static FileType |
fromString(String name)
Creates or finds a FileType from its string representation.
|
static Collection<FileType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final FileType FILE
public static final FileType DIRECTORY
public static FileType fromString(String name)
name
- a name to look forpublic static Collection<FileType> values()
Copyright © 2019. All rights reserved.