public enum HappeningsFilter extends Enum<HappeningsFilter>
| Enum Constant and Description |
|---|
ADMIN |
CEASED_TO_EXIST |
CHANGE |
DISPATCH |
EJECT |
EMBASSY |
ENDORSEMENT |
FOUNDING |
LAW |
MEMBER |
MOVE |
REGIONAL_MESSAGE_BOARD |
RESOLUTION |
VOTE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return the underlying string.
|
static HappeningsFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HappeningsFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HappeningsFilter LAW
public static final HappeningsFilter CHANGE
public static final HappeningsFilter DISPATCH
public static final HappeningsFilter REGIONAL_MESSAGE_BOARD
public static final HappeningsFilter EMBASSY
public static final HappeningsFilter EJECT
public static final HappeningsFilter ADMIN
public static final HappeningsFilter MOVE
public static final HappeningsFilter FOUNDING
public static final HappeningsFilter CEASED_TO_EXIST
public static final HappeningsFilter VOTE
public static final HappeningsFilter RESOLUTION
public static final HappeningsFilter MEMBER
public static final HappeningsFilter ENDORSEMENT
public static HappeningsFilter[] values()
for (HappeningsFilter c : HappeningsFilter.values()) System.out.println(c);
public static HappeningsFilter 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<HappeningsFilter>Copyright © 2017. All rights reserved.