java.io.Serializable, java.lang.Comparable<Nfs3Constant.WriteStableHow>public static enum Nfs3Constant.WriteStableHow extends java.lang.Enum<Nfs3Constant.WriteStableHow>
| Modifier and Type | Method | Description |
|---|---|---|
static Nfs3Constant.WriteStableHow |
fromValue(int id) |
|
int |
getValue() |
|
static Nfs3Constant.WriteStableHow |
valueOf(java.lang.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(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 nullpublic int getValue()
public static Nfs3Constant.WriteStableHow fromValue(int id)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.