public static enum Description.Lifecycle extends Enum<Description.Lifecycle>
| Enum Constant and Description |
|---|
deprecated |
draft |
draft_public_api |
internal |
limited_support |
none |
public_api |
sample |
| Modifier and Type | Method and Description |
|---|---|
static Description.Lifecycle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Description.Lifecycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Description.Lifecycle none
public static final Description.Lifecycle sample
public static final Description.Lifecycle draft
public static final Description.Lifecycle draft_public_api
public static final Description.Lifecycle public_api
public static final Description.Lifecycle deprecated
public static final Description.Lifecycle internal
public static final Description.Lifecycle limited_support
public static Description.Lifecycle[] values()
for (Description.Lifecycle c : Description.Lifecycle.values()) System.out.println(c);
public static Description.Lifecycle 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 © 2005–2019 Alfresco Software. All rights reserved.