public enum RangeFacetType extends Enum<RangeFacetType>
| Enum Constant and Description |
|---|
EUROPEANA_COMPLETENESS |
FACET_TAGS |
FILTER_TAGS |
ISSUED |
NIF_CONFIDENCE |
PA_CC_DEPRECATED_ON |
TIMESTAMP |
TIMESTAMP_CREATED |
TIMESTAMP_UPDATED |
VERSION |
WR_CC_DEPRECATED_ON |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RangeFacetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeFacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeFacetType FILTER_TAGS
public static final RangeFacetType FACET_TAGS
public static final RangeFacetType NIF_CONFIDENCE
public static final RangeFacetType EUROPEANA_COMPLETENESS
public static final RangeFacetType VERSION
public static final RangeFacetType TIMESTAMP
public static final RangeFacetType TIMESTAMP_CREATED
public static final RangeFacetType TIMESTAMP_UPDATED
public static final RangeFacetType ISSUED
public static final RangeFacetType WR_CC_DEPRECATED_ON
public static final RangeFacetType PA_CC_DEPRECATED_ON
public static RangeFacetType[] values()
for (RangeFacetType c : RangeFacetType.values()) System.out.println(c);
public static RangeFacetType 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 toString()
toString in class Enum<RangeFacetType>Copyright © 2019 Europeana Foundation. All rights reserved.