public static enum ConstantsPortletOccurrence.HeaderOccurrenceMenuItem extends Enum<ConstantsPortletOccurrence.HeaderOccurrenceMenuItem>
Enum Constant and Description |
---|
COMPUTATION |
DATA |
OPERATION |
Modifier and Type | Method and Description |
---|---|
static ConstantsPortletOccurrence.HeaderOccurrenceMenuItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsPortletOccurrence.HeaderOccurrenceMenuItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsPortletOccurrence.HeaderOccurrenceMenuItem DATA
public static final ConstantsPortletOccurrence.HeaderOccurrenceMenuItem OPERATION
public static final ConstantsPortletOccurrence.HeaderOccurrenceMenuItem COMPUTATION
public static ConstantsPortletOccurrence.HeaderOccurrenceMenuItem[] values()
for (ConstantsPortletOccurrence.HeaderOccurrenceMenuItem c : ConstantsPortletOccurrence.HeaderOccurrenceMenuItem.values()) System.out.println(c);
public static ConstantsPortletOccurrence.HeaderOccurrenceMenuItem 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 nullCopyright © 2014. All Rights Reserved.