public enum RdfMethod extends Enum<RdfMethod>
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
String |
getMethodName() |
String |
getSolrField() |
abstract <T,V> T |
returnObject(T clazz,
V obj)
Create an object of subclass T filling its required value from object obj
of superclass V.
|
static RdfMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdfMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdfMethod SKOS_CONCEPT
public static final RdfMethod EDM_AGENT
public static final RdfMethod EDM_TIMESPAN
public static final RdfMethod EDM_PLACE
public static final RdfMethod CC_SKOS_PREF_LABEL
public static final RdfMethod CC_SKOS_ALT_LABEL
public static final RdfMethod CC_SKOS_NOTE
public static final RdfMethod CC_SKOS_BROADER
public static final RdfMethod CC_SKOS_NARROWER
public static final RdfMethod CC_SKOS_RELATED
public static final RdfMethod CC_SKOS_BROADMATCH
public static final RdfMethod CC_SKOS_NARROWMATCH
public static final RdfMethod CC_SKOS_RELATEDMATCH
public static final RdfMethod CC_SKOS_EXACTMATCH
public static final RdfMethod CC_SKOS_CLOSEMATCH
public static final RdfMethod CC_SKOS_NOTATIONS
public static final RdfMethod CC_SKOS_INSCHEME
public static final RdfMethod PL_SKOS_PREF_LABEL
public static final RdfMethod PL_SKOS_ALT_LABEL
public static final RdfMethod PL_SKOS_NOTE
public static final RdfMethod PL_DCTERMS_ISPART_OF
public static final RdfMethod PL_WGS84_POS_LAT
public static final RdfMethod PL_WGS84_POS_LONG
public static final RdfMethod PL_WGS84_POS_ALT
public static final RdfMethod PL_DCTERMS_HASPART
public static final RdfMethod PL_OWL_SAMEAS
public static final RdfMethod TS_SKOS_PREF_LABEL
public static final RdfMethod TS_SKOS_ALT_LABEL
public static final RdfMethod TS_SKOS_NOTE
public static final RdfMethod TS_DCTERMS_ISPART_OF
public static final RdfMethod TS_DCTERMS_ISPART_OF_LABEL
public static final RdfMethod TS_DCTERMS_HASPART
public static final RdfMethod TS_OWL_SAMEAS
public static final RdfMethod TS_CRM_P79F_BEGINNING_IS_QUALIFIED_BY
public static final RdfMethod TS_CRM_P80F_END_IS_QUALIFIED_BY
public static final RdfMethod AG_DC_DATE
public static final RdfMethod AG_DC_IDENTIFIER
public static final RdfMethod AG_SKOS_PREF_LABEL
public static final RdfMethod AG_SKOS_ALT_LABEL
public static final RdfMethod AG_SKOS_NOTE
public static final RdfMethod AG_EDM_BEGIN
public static final RdfMethod AG_EDM_END
public static final RdfMethod AG_EDM_HASMET
public static final RdfMethod AG_EDM_ISRELATEDTO
public static final RdfMethod AG_OWL_SAMEAS
public static final RdfMethod AG_FOAF_NAME
public static final RdfMethod AG_RDAGR2_DATEOFBIRTH
public static final RdfMethod AG_RDAGR2_DATEOFDEATH
public static final RdfMethod AG_RDAGR2_DATEOFESTABLISHMENT
public static final RdfMethod AG_RDAGR2_DATEOFTERMINATION
public static final RdfMethod AG_RDAGR2_GENDER
public static final RdfMethod AG_RDAGR2_PROFESSIONOROCCUPATION
public static final RdfMethod AG_RDAGR2_BIOGRAPHICALINFORMATION
public static RdfMethod[] values()
for (RdfMethod c : RdfMethod.values()) System.out.println(c);
public static RdfMethod 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 getSolrField()
public String getMethodName()
public Class<?> getClazz()
public abstract <T,V> T returnObject(T clazz,
V obj)
clazz - - The Class to cast the object toobj - - the object from which to retrieve the subclass valuesCopyright © 2015 Europeana Foundation. All rights reserved.