public enum TemplateProcessingInstruction extends Enum<TemplateProcessingInstruction>
| Enum Constant and Description |
|---|
classDefinition |
emulated |
generateWith |
imports |
repackaged |
skipline |
| Modifier and Type | Method and Description |
|---|---|
static TemplateProcessingInstruction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateProcessingInstruction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateProcessingInstruction generateWith
public static final TemplateProcessingInstruction repackaged
public static final TemplateProcessingInstruction emulated
public static final TemplateProcessingInstruction imports
public static final TemplateProcessingInstruction classDefinition
public static final TemplateProcessingInstruction skipline
public static TemplateProcessingInstruction[] values()
for (TemplateProcessingInstruction c : TemplateProcessingInstruction.values()) System.out.println(c);
public static TemplateProcessingInstruction 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 © December 07, 2012–2015 The Internet Party. All rights reserved.