public static enum GlusterFSXattr.LAYOUT extends Enum<GlusterFSXattr.LAYOUT>
Modifier and Type | Method and Description |
---|---|
static GlusterFSXattr.LAYOUT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlusterFSXattr.LAYOUT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlusterFSXattr.LAYOUT D
public static final GlusterFSXattr.LAYOUT S
public static final GlusterFSXattr.LAYOUT R
public static final GlusterFSXattr.LAYOUT DS
public static final GlusterFSXattr.LAYOUT DR
public static final GlusterFSXattr.LAYOUT SR
public static final GlusterFSXattr.LAYOUT DSR
public static GlusterFSXattr.LAYOUT[] values()
for (GlusterFSXattr.LAYOUT c : GlusterFSXattr.LAYOUT.values()) System.out.println(c);
public static GlusterFSXattr.LAYOUT 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 © 2014. All rights reserved.