public enum TagEnum extends Enum<TagEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultFilter() |
String |
getName() |
static TagEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static TagEnum[] values()
for (TagEnum c : TagEnum.values()) System.out.println(c);
public static TagEnum 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 getName()
public String getDefaultFilter()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.