public static enum Nfs3Constant.NFSPROC3 extends Enum<Nfs3Constant.NFSPROC3>
Enum Constant and Description |
---|
ACCESS |
COMMIT |
CREATE |
FSINFO |
FSSTAT |
GETATTR |
LINK |
LOOKUP |
MKDIR |
MKNOD |
NULL |
PATHCONF |
READ |
READDIR |
READDIRPLUS |
READLINK |
REMOVE |
RENAME |
RMDIR |
SETATTR |
SYMLINK |
WRITE |
Modifier and Type | Method and Description |
---|---|
static Nfs3Constant.NFSPROC3 |
fromValue(int value) |
int |
getValue() |
boolean |
isIdempotent() |
static Nfs3Constant.NFSPROC3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nfs3Constant.NFSPROC3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nfs3Constant.NFSPROC3 NULL
public static final Nfs3Constant.NFSPROC3 GETATTR
public static final Nfs3Constant.NFSPROC3 SETATTR
public static final Nfs3Constant.NFSPROC3 LOOKUP
public static final Nfs3Constant.NFSPROC3 ACCESS
public static final Nfs3Constant.NFSPROC3 READLINK
public static final Nfs3Constant.NFSPROC3 READ
public static final Nfs3Constant.NFSPROC3 WRITE
public static final Nfs3Constant.NFSPROC3 CREATE
public static final Nfs3Constant.NFSPROC3 MKDIR
public static final Nfs3Constant.NFSPROC3 SYMLINK
public static final Nfs3Constant.NFSPROC3 MKNOD
public static final Nfs3Constant.NFSPROC3 REMOVE
public static final Nfs3Constant.NFSPROC3 RMDIR
public static final Nfs3Constant.NFSPROC3 RENAME
public static final Nfs3Constant.NFSPROC3 LINK
public static final Nfs3Constant.NFSPROC3 READDIR
public static final Nfs3Constant.NFSPROC3 READDIRPLUS
public static final Nfs3Constant.NFSPROC3 FSSTAT
public static final Nfs3Constant.NFSPROC3 FSINFO
public static final Nfs3Constant.NFSPROC3 PATHCONF
public static final Nfs3Constant.NFSPROC3 COMMIT
public static Nfs3Constant.NFSPROC3[] values()
for (Nfs3Constant.NFSPROC3 c : Nfs3Constant.NFSPROC3.values()) System.out.println(c);
public static Nfs3Constant.NFSPROC3 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 boolean isIdempotent()
public int getValue()
public static Nfs3Constant.NFSPROC3 fromValue(int value)
Copyright © 2013 Apache Software Foundation. All rights reserved.