|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AttributeMaintenancePolicy>
com.acsinet_solutions.cetia4.controller.meta.AttributeMaintenancePolicy
public enum AttributeMaintenancePolicy
Maintenance policy of form attributes. These constants control the removal of an attribute loaded in a page when it's declared using the FormAttribute annotation.
FormAttribute| Enum Constant Summary | |
|---|---|
DEFAULT
Default is global for PagedSearchFilter objects, nested otherwise. |
|
GLOBAL
Do not delete once created, unless explicitly deleted. |
|
NESTED
Delete when current block is left, unless a previous block defines the same attribute. |
|
| Method Summary | |
|---|---|
static AttributeMaintenancePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeMaintenancePolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AttributeMaintenancePolicy DEFAULT
PagedSearchFilterpublic static final AttributeMaintenancePolicy GLOBAL
public static final AttributeMaintenancePolicy NESTED
| Method Detail |
|---|
public static final AttributeMaintenancePolicy[] values()
for(AttributeMaintenancePolicy c : AttributeMaintenancePolicy.values())
System.out.println(c);
public static AttributeMaintenancePolicy 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||