|
Project: stp | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
ObjectEnum<Folder.BindFlag>
javax.wvcm.Folder.BindFlag
public static enum Folder.BindFlag
Boolean flags for the doBind method
| Enum Constant Summary | |
|---|---|
AUTO_UNBIND
Indicates whether to automatically unbind the resource from its original folder if multiple bindings to the resource is not supported. |
|
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 Folder.BindFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Folder.BindFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they're 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 Folder.BindFlag AUTO_UNBIND
public static final Folder.BindFlag OVERWRITE
| Method Detail |
|---|
public String toString()
toString in class Enum<Folder.BindFlag>public static Folder.BindFlag valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic static final Folder.BindFlag[] values()
for(Folder.BindFlag c : Folder.BindFlag.values())
System.out.println(c);
|
Generated Thu 18-Feb-2010 12:40 PM | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||