public static enum Macro.OutputType extends Enum<Macro.OutputType>
Modifier and Type | Method and Description |
---|---|
static Macro.OutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Macro.OutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Macro.OutputType INLINE
public static final Macro.OutputType BLOCK
public static Macro.OutputType[] values()
for (Macro.OutputType c : Macro.OutputType.values()) System.out.println(c);
public static Macro.OutputType 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 © 2003–2019 Atlassian. All rights reserved.