public enum NgxEntryType extends Enum<NgxEntryType>
| Modifier and Type | Method and Description |
|---|---|
static NgxEntryType |
fromClass(Class<? extends NgxEntry> clazz) |
static NgxEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NgxEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NgxEntryType PARAM
public static final NgxEntryType COMMENT
public static final NgxEntryType IF
public static final NgxEntryType BLOCK
public static NgxEntryType[] values()
for (NgxEntryType c : NgxEntryType.values()) System.out.println(c);
public static NgxEntryType 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 static NgxEntryType fromClass(Class<? extends NgxEntry> clazz)
Copyright © 2016. All rights reserved.