public static enum WoofTemplateLinkModel.WoofTemplateLinkEvent extends Enum<WoofTemplateLinkModel.WoofTemplateLinkEvent>
Enum Constant and Description |
---|
CHANGE_IS_LINK_SECURE |
CHANGE_WOOF_TEMPLATE_LINK_NAME |
Modifier and Type | Method and Description |
---|---|
static WoofTemplateLinkModel.WoofTemplateLinkEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WoofTemplateLinkModel.WoofTemplateLinkEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoofTemplateLinkModel.WoofTemplateLinkEvent CHANGE_WOOF_TEMPLATE_LINK_NAME
public static final WoofTemplateLinkModel.WoofTemplateLinkEvent CHANGE_IS_LINK_SECURE
public static WoofTemplateLinkModel.WoofTemplateLinkEvent[] values()
for (WoofTemplateLinkModel.WoofTemplateLinkEvent c : WoofTemplateLinkModel.WoofTemplateLinkEvent.values()) System.out.println(c);
public static WoofTemplateLinkModel.WoofTemplateLinkEvent 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.