public enum LocalRepositoryMode extends Enum<LocalRepositoryMode> implements Serializable
| Enum Constant and Description |
|---|
METADATA_CACHE |
NO_REPOSITORY |
OPEN_METADATA_NATIVE |
REPOSITORY_PROXY |
UNCLASSIFIED |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of this enum value.
|
String |
getName()
Return the name of this enum value.
|
int |
getOrdinal()
Return the code number of this enum value.
|
String |
toString()
Standard toString method.
|
static LocalRepositoryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalRepositoryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalRepositoryMode UNCLASSIFIED
public static final LocalRepositoryMode NO_REPOSITORY
public static final LocalRepositoryMode METADATA_CACHE
public static final LocalRepositoryMode REPOSITORY_PROXY
public static final LocalRepositoryMode OPEN_METADATA_NATIVE
public static LocalRepositoryMode[] values()
for (LocalRepositoryMode c : LocalRepositoryMode.values()) System.out.println(c);
public static LocalRepositoryMode 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<LocalRepositoryMode>Copyright © 2018–2020 ODPi. All rights reserved.