public static enum MountInterface.MNTPROC extends Enum<MountInterface.MNTPROC>
Enum Constant and Description |
---|
DUMP |
EXPORT |
EXPORTALL |
MNT |
NULL |
PATHCONF |
UMNT |
UMNTALL |
Modifier and Type | Method and Description |
---|---|
static MountInterface.MNTPROC |
fromValue(int value) |
int |
getValue() |
static MountInterface.MNTPROC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountInterface.MNTPROC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MountInterface.MNTPROC NULL
public static final MountInterface.MNTPROC MNT
public static final MountInterface.MNTPROC DUMP
public static final MountInterface.MNTPROC UMNT
public static final MountInterface.MNTPROC UMNTALL
public static final MountInterface.MNTPROC EXPORT
public static final MountInterface.MNTPROC EXPORTALL
public static final MountInterface.MNTPROC PATHCONF
public static MountInterface.MNTPROC[] values()
for (MountInterface.MNTPROC c : MountInterface.MNTPROC.values()) System.out.println(c);
public static MountInterface.MNTPROC 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 MountInterface.MNTPROC fromValue(int value)
Copyright © 2013 Apache Software Foundation. All rights reserved.