public static enum GroovyInlineTags.CALL extends Enum<GroovyInlineTags.CALL>
Modifier and Type | Method and Description |
---|---|
static GroovyInlineTags.CALL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroovyInlineTags.CALL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroovyInlineTags.CALL START
public static final GroovyInlineTags.CALL END
public static GroovyInlineTags.CALL[] values()
for (GroovyInlineTags.CALL c : GroovyInlineTags.CALL.values()) System.out.println(c);
public static GroovyInlineTags.CALL 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 nullGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly