@Deprecated public static enum FacetMeta.TemplateAttributes extends Enum<FacetMeta.TemplateAttributes>
ContentDetailsPanel
Enum Constant and Description |
---|
DEFAULT_VALUE
Deprecated.
|
DESCRIPTION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Deprecated.
|
static FacetMeta.TemplateAttributes |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FacetMeta.TemplateAttributes[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetMeta.TemplateAttributes DESCRIPTION
public static final FacetMeta.TemplateAttributes DEFAULT_VALUE
public static FacetMeta.TemplateAttributes[] values()
for (FacetMeta.TemplateAttributes c : FacetMeta.TemplateAttributes.values()) System.out.println(c);
public static FacetMeta.TemplateAttributes 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()
Copyright © 2018. All rights reserved.