public static enum DroolsConstants.EDITOR_SECTIONS extends Enum<DroolsConstants.EDITOR_SECTIONS>
| Enum Constant and Description | 
|---|
| CHECKIN | 
| CHECKOUT | 
| GENERAL_CHECK | 
| NOTICES | 
| RENEW | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSectionId() | 
| static DroolsConstants.EDITOR_SECTIONS | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DroolsConstants.EDITOR_SECTIONS[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DroolsConstants.EDITOR_SECTIONS GENERAL_CHECK
public static final DroolsConstants.EDITOR_SECTIONS CHECKOUT
public static final DroolsConstants.EDITOR_SECTIONS CHECKIN
public static final DroolsConstants.EDITOR_SECTIONS RENEW
public static final DroolsConstants.EDITOR_SECTIONS NOTICES
public static DroolsConstants.EDITOR_SECTIONS[] values()
for (DroolsConstants.EDITOR_SECTIONS c : DroolsConstants.EDITOR_SECTIONS.values()) System.out.println(c);
public static DroolsConstants.EDITOR_SECTIONS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getSectionId()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.