public static enum BasicPathDetails.ObjectType extends Enum<BasicPathDetails.ObjectType>
Modifier and Type | Method and Description |
---|---|
static BasicPathDetails.ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicPathDetails.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicPathDetails.ObjectType FILE
public static final BasicPathDetails.ObjectType DIRECTORY
public static final BasicPathDetails.ObjectType OTHER
public static BasicPathDetails.ObjectType[] values()
for (BasicPathDetails.ObjectType c : BasicPathDetails.ObjectType.values()) System.out.println(c);
public static BasicPathDetails.ObjectType 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 © 2020 Actian Corporation. All rights reserved.