|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FsObjRenameFlag>
org.virtualbox_5_0.FsObjRenameFlag
public enum FsObjRenameFlag
Flags for use when renaming file system objects (files, directories,
symlink, etc), seeIGuestSession.fsObjRename(String,String,List)
.
Interface ID: {59BBF3A1-4E23-D7CF-05D5-CCAE32080ED2}
Enum Constant Summary | |
---|---|
NoReplace
Do not replace any destination object. |
|
Replace
This will attempt to replace any destination object other except directories. |
Method Summary | |
---|---|
static FsObjRenameFlag |
fromValue(long v)
|
static FsObjRenameFlag |
fromValue(java.lang.String v)
|
int |
value()
|
static FsObjRenameFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FsObjRenameFlag[] |
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 FsObjRenameFlag NoReplace
public static final FsObjRenameFlag Replace
Method Detail |
---|
public static FsObjRenameFlag[] values()
for (FsObjRenameFlag c : FsObjRenameFlag.values()) System.out.println(c);
public static FsObjRenameFlag 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 FsObjRenameFlag fromValue(long v)
public static FsObjRenameFlag fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |