public static enum IZFSPathAttributeHint.PathType extends java.lang.Enum<IZFSPathAttributeHint.PathType>
| Modifier and Type | Method and Description |
|---|---|
static IZFSPathAttributeHint.PathType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IZFSPathAttributeHint.PathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IZFSPathAttributeHint.PathType ZFSFOLDER
public static final IZFSPathAttributeHint.PathType ZFSFILE
public static IZFSPathAttributeHint.PathType[] values()
for (IZFSPathAttributeHint.PathType c : IZFSPathAttributeHint.PathType.values()) System.out.println(c);
public static IZFSPathAttributeHint.PathType 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 nullCopyright ? 2008-2015 IBM Corp. All Rights Reserved.