public static enum Template.TemplateScopeEnum extends Enum<Template.TemplateScopeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Template.TemplateScopeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static Template.TemplateScopeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Template.TemplateScopeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Template.TemplateScopeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Template.TemplateScopeEnum PRIVATE
public static final Template.TemplateScopeEnum PUBLIC
public static final Template.TemplateScopeEnum DRAFT
public static Template.TemplateScopeEnum[] values()
for (Template.TemplateScopeEnum c : Template.TemplateScopeEnum.values()) System.out.println(c);
public static Template.TemplateScopeEnum 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 String getValue()
public String toString()
toString in class Enum<Template.TemplateScopeEnum>public static Template.TemplateScopeEnum fromValue(String text)
Copyright © 2019. All rights reserved.