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