public enum UrlPart extends Enum<UrlPart>
| Enum Constant and Description |
|---|
CONTEXT |
DATA_PROVIDERS |
DATA_SETS |
FILES |
RECORDS |
REPRESENTATIONS |
VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static UrlPart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlPart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlPart CONTEXT
public static final UrlPart DATA_PROVIDERS
public static final UrlPart DATA_SETS
public static final UrlPart RECORDS
public static final UrlPart REPRESENTATIONS
public static final UrlPart VERSIONS
public static final UrlPart FILES
public static UrlPart[] values()
for (UrlPart c : UrlPart.values()) System.out.println(c);
public static UrlPart 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 getValue()
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.