public enum ElementOriginCategory extends Enum<ElementOriginCategory> implements Serializable
| Enum Constant and Description |
|---|
CONFIGURATION |
CONTENT_PACK |
DEREGISTERED_REPOSITORY |
EXPORT_ARCHIVE |
EXTERNAL_SOURCE |
LOCAL_COHORT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of the metadata element origin.
|
String |
getName()
Return the name of the metadata element origin.
|
int |
getOrdinal()
Return the code for metadata element.
|
String |
toString()
Standard toString method.
|
static ElementOriginCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementOriginCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementOriginCategory UNKNOWN
public static final ElementOriginCategory LOCAL_COHORT
public static final ElementOriginCategory EXPORT_ARCHIVE
public static final ElementOriginCategory CONTENT_PACK
public static final ElementOriginCategory DEREGISTERED_REPOSITORY
public static final ElementOriginCategory CONFIGURATION
public static final ElementOriginCategory EXTERNAL_SOURCE
public static ElementOriginCategory[] values()
for (ElementOriginCategory c : ElementOriginCategory.values()) System.out.println(c);
public static ElementOriginCategory 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<ElementOriginCategory>Copyright © 2018–2020 ODPi. All rights reserved.