public static enum WoofModel.WoofEvent extends Enum<WoofModel.WoofEvent>
Modifier and Type | Method and Description |
---|---|
static WoofModel.WoofEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WoofModel.WoofEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoofModel.WoofEvent CHANGE_WOOF_ACCESS
public static final WoofModel.WoofEvent ADD_WOOF_TEMPLATE
public static final WoofModel.WoofEvent REMOVE_WOOF_TEMPLATE
public static final WoofModel.WoofEvent ADD_WOOF_SECTION
public static final WoofModel.WoofEvent REMOVE_WOOF_SECTION
public static final WoofModel.WoofEvent ADD_WOOF_GOVERNANCE
public static final WoofModel.WoofEvent REMOVE_WOOF_GOVERNANCE
public static final WoofModel.WoofEvent ADD_WOOF_RESOURCE
public static final WoofModel.WoofEvent REMOVE_WOOF_RESOURCE
public static final WoofModel.WoofEvent ADD_WOOF_EXCEPTION
public static final WoofModel.WoofEvent REMOVE_WOOF_EXCEPTION
public static final WoofModel.WoofEvent ADD_WOOF_START
public static final WoofModel.WoofEvent REMOVE_WOOF_START
public static WoofModel.WoofEvent[] values()
for (WoofModel.WoofEvent c : WoofModel.WoofEvent.values()) System.out.println(c);
public static WoofModel.WoofEvent 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 © 2005–2016. All rights reserved.