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