|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<Resource.CopyFlag>
javax.wvcm.Resource.CopyFlag
public static enum Resource.CopyFlag
Boolean flags for the doCopy method
Enum Constant Summary | |
---|---|
OVERWRITE
Indicates whether to overwrite an existing binding in the destination folder |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics. |
static Resource.CopyFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Resource.CopyFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Resource.CopyFlag OVERWRITE
Method Detail |
---|
public String toString()
toString
in class Enum<Resource.CopyFlag>
public static Resource.CopyFlag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Resource.CopyFlag[] values()
for (Resource.CopyFlag c : Resource.CopyFlag.values()) System.out.println(c);
|
Generated Tue 7-Feb-2017 11:15 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |