public static enum Nfs3Constant.WriteStableHow extends Enum<Nfs3Constant.WriteStableHow>
Modifier and Type | Method and Description |
---|---|
static Nfs3Constant.WriteStableHow |
fromValue(int id) |
int |
getValue() |
static Nfs3Constant.WriteStableHow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nfs3Constant.WriteStableHow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nfs3Constant.WriteStableHow UNSTABLE
public static final Nfs3Constant.WriteStableHow DATA_SYNC
public static final Nfs3Constant.WriteStableHow FILE_SYNC
public static Nfs3Constant.WriteStableHow[] values()
for (Nfs3Constant.WriteStableHow c : Nfs3Constant.WriteStableHow.values()) System.out.println(c);
public static Nfs3Constant.WriteStableHow 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 nullpublic int getValue()
public static Nfs3Constant.WriteStableHow fromValue(int id)
Copyright © 2013 Apache Software Foundation. All rights reserved.