public static enum GroovyInlineTags.CALL extends java.lang.Enum<GroovyInlineTags.CALL>
| Modifier and Type | Method and Description |
|---|---|
static GroovyInlineTags.CALL |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly