|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SymlinkReadFlag>
org.virtualbox_5_2.SymlinkReadFlag
public enum SymlinkReadFlag
Symbolic link reading flags. Interface ID: {B7FE2B9D-790E-4B25-8ADF-1CA33026931F}
Enum Constant Summary | |
---|---|
None
No flags set. |
|
NoSymlinks
Don't allow symbolic links as part of the path. |
Method Summary | |
---|---|
static SymlinkReadFlag |
fromValue(long v)
|
static SymlinkReadFlag |
fromValue(java.lang.String v)
|
int |
value()
|
static SymlinkReadFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SymlinkReadFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SymlinkReadFlag None
public static final SymlinkReadFlag NoSymlinks
Method Detail |
---|
public static SymlinkReadFlag[] values()
for (SymlinkReadFlag c : SymlinkReadFlag.values()) System.out.println(c);
public static SymlinkReadFlag 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static SymlinkReadFlag fromValue(long v)
public static SymlinkReadFlag fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |