public enum EventFilter extends Enum<EventFilter>
Enum Constant and Description |
---|
ARTICLE |
BLOG |
COLLECTION |
COMMENT |
ORDER |
PAGE |
PRICERULE |
PRODUCT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static EventFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventFilter ARTICLE
public static final EventFilter BLOG
public static final EventFilter COLLECTION
public static final EventFilter COMMENT
public static final EventFilter ORDER
public static final EventFilter PAGE
public static final EventFilter PRICERULE
public static final EventFilter PRODUCT
public static EventFilter[] values()
for (EventFilter c : EventFilter.values()) System.out.println(c);
public static EventFilter 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 toString()
toString
in class Enum<EventFilter>
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.