Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

AbstractDate - Class in de.gerdiproject.json.datacite.abstr
This JsonObject describes a date that has been relevant to the work.
AbstractDate(DateType) - Constructor for class de.gerdiproject.json.datacite.abstr.AbstractDate
 
AbstractGeometryAdapter<T extends com.vividsolutions.jts.geom.Geometry> - Class in de.gerdiproject.json.geo.adapters
This class offers generic JSON serialization logic for Geometrys.
AbstractGeometryAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Simple Constructor.
AbstractGeometryAdapter(String, double, GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
 
AbstractPerson - Class in de.gerdiproject.json.datacite.abstr
Both the Creator and Contributor share so many similarities, that it made sense to include them in an abstract class.
AbstractPerson() - Constructor for class de.gerdiproject.json.datacite.abstr.AbstractPerson
 
AbstractResearch - Class in de.gerdiproject.json.datacite.extension.generic
An abstract class that represents research topics of a document.
AbstractResearch(int) - Constructor for class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
Constructor that requires the RBNR and name of the research topic.
ACOUSTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
add(IDataCiteExtension) - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
Adds an IDataCiteExtension to extensions map.
addAffiliations(Collection<Affiliation>) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Adds organisational or institutional affiliations of the person.
addAlternateIdentifiers(Collection<AlternateIdentifier>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes identifiers other than the primary Identifier applied to the resource being registered.
addContributors(Collection<Contributor>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the institutions or persons responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource.
addCreators(Collection<Creator>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the main researchers involved in producing the data, or the authors of the publication, sorted by priority (most important as first element).
addDates(Collection<AbstractDate>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes dates relevant to the work.
addDescriptions(Collection<Description>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes all additional information that does not fit in any of the other categories.
addExtension(IDataCiteExtension) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Adds an IDataCiteExtension to the metadata.
addFormats(Collection<String>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes technical format of the resource.
addFundingReferences(Collection<FundingReference>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes information about financial support (funding) for the resource being registered.
addGeoLocations(Collection<GeoLocation>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the spatial regions or named places where the data was gathered or about which the data is focused.
addNameIdentifiers(Collection<NameIdentifier>) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Changes unique identifiers of an individual or legal entity, according to various schemes.
addPolygons(Collection<Geometry>) - Method in class de.gerdiproject.json.datacite.GeoLocation
Adds a Collection of Geometry objects to the List of Polygons.
addRelatedIdentifiers(Collection<RelatedIdentifier>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the identifiers of related resources.
addResearchData(Collection<ResearchData>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the downloadable source data files.
addResearchDisciplines(Collection<AbstractResearch>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the set of human readable names of the research disciplines, meaning the topics or domains that this document covers.
addRights(Collection<Rights>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes rights information for this resource.
addSizes(Collection<String>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the unstructured size information about the resource.
addSoepConcepts(Collection<SoepConcept>) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
Adds SoepConcepts of the variable.
addSoepDatasetVariables(Collection<SoepVariable>) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
Changes the SOEP dataset variables.
addSubjects(Collection<Subject>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the subjects, keywords, classification codes, and key phrases describing the resource.
addTitles(Collection<Title>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes names or titles by which the resource is known.
addToList(List<T>, Collection<T>) - Static method in class de.gerdiproject.harvest.utils.CollectionUtils
Static helper that adds elements to an existing List, or creates a new LinkedList if nothing was added before.
addToMap(Map<String, T>, String, T) - Static method in class de.gerdiproject.harvest.utils.CollectionUtils
Static helper that puts a value to an existing Map, or creates a new HashMap if nothing was added before.
addToSet(Set<T>, Collection<T>) - Static method in class de.gerdiproject.harvest.utils.CollectionUtils
Static helper that adds elements to an existing Set, or creates a new HashSet if nothing was added before.
addWebLinks(Collection<WebLink>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the links to the data provider's website.
Affiliation - Class in de.gerdiproject.json.datacite.nested
An organisational or institutional affiliation of a person.
Affiliation(String) - Constructor for class de.gerdiproject.json.datacite.nested.Affiliation
 
Affiliation(String, String, String, String) - Constructor for class de.gerdiproject.json.datacite.nested.Affiliation
 
AFRICAN - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
AGRICULTURAL_ECONOMICS_AND_SOCIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
AGRICULTURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
AlternateIdentifier - Class in de.gerdiproject.json.datacite
An identifier other than the primary Identifier applied to the resource being registered.
AlternateIdentifier(String, String) - Constructor for class de.gerdiproject.json.datacite.AlternateIdentifier
 
ANAESTHESIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ANALYTICAL_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
ANALYTICAL_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ANATOMY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ANCIENT_CULTURES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
ANCIENT_HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ANIMAL_ECOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ANIMAL_HUSBANDRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ANIMAL_NUTRITION_AND_NUTRITION_PHYSIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
APPLIED_LINGUISTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
APPLIED_MECHANICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ARCHITECTURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
AREA_CLASSNAME - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
AREA_DEF - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
AREA_IMPORT - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
AREA_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
 
AREA_RNBR_FORMAT - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
 
ART_HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ASIAN_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ASTROPHYSICS_AND_ASTRONOMY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
ASTROPHYSICS_AND_ASTRONOMY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ATMOSPHERIC_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
ATMOSPHERIC_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
AUTOMATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
AwardNumber - Class in de.gerdiproject.json.datacite.nested
The code assigned by the funder to a sponsored award (grant).
AwardNumber(String) - Constructor for class de.gerdiproject.json.datacite.nested.AwardNumber
 
AwardNumber(String, String) - Constructor for class de.gerdiproject.json.datacite.nested.AwardNumber
 

B

BASIC_RESEARCH_IN_BIOLOGY_AND_MEDICINE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
BASIC_RESEARCH_ON_PATHOGENESIS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BASIC_VETERINARY_MEDICAL_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOCHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOCHEMISTRY_AND_ANIMAL_PHYSIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOGERONTOLOGY_AND_GERIATRIC_MEDICINE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOINFORMATICS_AND_THEORETICAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOLOGICAL_AND_BIOMIMETIC_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOLOGICAL_AND_MOLECULAR_PSYCHIATRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOLOGICAL_CHEMISTRY_AND_FOOD_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
BIOLOGICAL_PROCESS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOMATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOMEDICAL_SYSTEMS_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOMEDICAL_TECHNOLOGY_AND_MEDICAL_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BIOPHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
BUSINESS_ADMINISTRATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

C

canEqual(Object) - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
canEqual(Object) - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
canEqual(Object) - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Contributor
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Creator
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.DataCiteJson
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Date
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.DateRange
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Description
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.FundingReference
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.GeoLocation
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Identifier
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.nested.Affiliation
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.nested.PersonName
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.nested.Publisher
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.ResourceType
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Rights
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Subject
 
canEqual(Object) - Method in class de.gerdiproject.json.datacite.Title
 
canEqual(Object) - Method in class de.gerdiproject.json.geo.Feature
 
canEqual(Object) - Method in class de.gerdiproject.json.geo.FeatureCollection
 
CANNOT_VALIDATE_ERROR - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
CANNOT_VALIDATE_ERROR_SHORT - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
CARDIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CARDIOTHORACIC_AND_VASCULAR_SURGERY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CATEGORY_CLASSNAME - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
CATEGORY_DEF - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
CATEGORY_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
 
CELL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CELLULAR_NEUROSCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CHEMICAL_AND_THERMAL_PROCESS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CHEMICAL_SOLID_STATE_AND_SURFACE_RESEARCH - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
CLASS_END - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
CLASS_START - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
CLASSICAL_ARCHAEOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CLASSICAL_PHILOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
clean() - Method in interface de.gerdiproject.harvest.ICleanable
Cleans the object, making it compatible with the ElasticSearch index.
clean(String) - Static method in class de.gerdiproject.harvest.utils.StringUtils
Cleans up a String, removing unwanted character escapes and trimming it.
clean() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
 
clean() - Method in class de.gerdiproject.json.datacite.Description
Cleans the description text, removing HTML and unescaping special characters.
clean() - Method in class de.gerdiproject.json.datacite.GeoLocation
Cleans each GeoJson attached to the location.
clean() - Method in class de.gerdiproject.json.datacite.Rights
 
clean() - Method in class de.gerdiproject.json.datacite.Subject
 
clean() - Method in class de.gerdiproject.json.datacite.Title
 
CLINICAL_CHEMISTRY_AND_PATHOBIOCHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CLINICAL_NEUROSCIENCES_I - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CLINICAL_NEUROSCIENCES_II - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CLINICAL_NEUROSCIENCES_III - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
COATING_AND_SURFACE_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
COGNITIVE_NEUROSCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CollectionConstants - Class in de.gerdiproject.harvest.constants
This class contains constants used by CollectionUtils and related classes.
COLLECTIONS_IMPORT - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
CollectionUtils - Class in de.gerdiproject.harvest.utils
This class contains static methods for manipulating Collections and related classes.
COMMENT - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
COMMUNICATION_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
COMMUNICATIONS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
COMPOSITE_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
COMPUTER_ARCHITECTURE_AND_EMBEDDED_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
COMPUTER_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
CONDENSED_MATTER_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
CONSTANTS_FILE_NAME - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
CONSTRUCTION_ENGINEERING_AND_ARCHITECTURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
CONSTRUCTION_MATERIAL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
Contributor - Class in de.gerdiproject.json.datacite
The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource.
Contributor(String, ContributorType) - Constructor for class de.gerdiproject.json.datacite.Contributor
Constructor that creates a PersonName out of a String.
Contributor(PersonName, ContributorType) - Constructor for class de.gerdiproject.json.datacite.Contributor
 
ContributorType - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes the role of a Contributor.
COORDINATES_JSON_FIELD - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
coordinatesToJsonArray(Coordinate...) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Converts an array of Coordinates to a JsonArray.
coordinateToJsonArray(Coordinate) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Converts a single Coordinate to a JsonArray.
createGeoJsonGsonBuilder() - Static method in class de.gerdiproject.json.GsonUtils
Creates a GsonBuilder that is able to (de-) serialize Geometry objects with an unbounded precision.
createGeoJsonGsonBuilder(int) - Static method in class de.gerdiproject.json.GsonUtils
Creates a GsonBuilder that is able to (de-) serialize Geometry objects with a specified number of decimal places.
createGerdiDocumentGsonBuilder() - Static method in class de.gerdiproject.json.GsonUtils
Creates a GsonBuilder that is able to (de-) serialize JSON objects of the GeRDI metadata schema.
createGerdiDocumentGsonBuilder(int) - Static method in class de.gerdiproject.json.GsonUtils
Creates a GsonBuilder that is able to (de-) serialize JSON objects of the GeRDI metadata schema.
Creator - Class in de.gerdiproject.json.datacite
The main researcher involved in producing the data, or an author of the publication.
Creator(String) - Constructor for class de.gerdiproject.json.datacite.Creator
Constructor that creates a PersonName out of a String.
Creator(PersonName) - Constructor for class de.gerdiproject.json.datacite.Creator
 
CRIMINAL_LAW_AND_LAW_OF_CRIMINAL_PROCEDURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
CRIMINOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

D

DataCiteDateConstants - Class in de.gerdiproject.json.datacite.constants
This static class is a collection of constants that are used by AbstractDate and its sub-classes.
DataCiteExtensions - Class in de.gerdiproject.json.datacite.extension
This class serves as a JSON object that contains IDataCiteExtensions.
DataCiteExtensions() - Constructor for class de.gerdiproject.json.datacite.extension.DataCiteExtensions
 
DataCiteExtensionsAdapter - Class in de.gerdiproject.json.datacite.adapters
This adapter defines the (de-) serialization behavior of DataCiteExtensions objects.
DataCiteExtensionsAdapter() - Constructor for class de.gerdiproject.json.datacite.adapters.DataCiteExtensionsAdapter
 
DataCiteJson - Class in de.gerdiproject.json.datacite
A JSON object representing an extended DataCite document, representing core metadata properties chosen for an accurate and consistent identification of a resource for citation.
DataCiteJson(String) - Constructor for class de.gerdiproject.json.datacite.DataCiteJson
Constructor that sets up the GeRDI extension.
DataCiteResearchConstants - Class in de.gerdiproject.json.datacite.constants
This static class is a collection of constants that are used by AbstractResearch and its sub-classes.
Date - Class in de.gerdiproject.json.datacite
This JsonObject describes a date that has been relevant to the work.
Date(String, DateType) - Constructor for class de.gerdiproject.json.datacite.Date
Simple constructor that requires all mandatory fields.
Date(long, DateType) - Constructor for class de.gerdiproject.json.datacite.Date
Simple constructor that requires all mandatory fields.
DATE_INFO_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
DATE_RANGE_FORMAT - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
DATE_RANGE_SEPARATORS - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
DATE_RANGE_SPLITTER - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
DATE_SPLIT_REGEX - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
DATE_TYPE_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
DateAdapter - Class in de.gerdiproject.json.datacite.adapters
This adapter defines the (de-)serialization behavior of AbstractDate objects.
DateAdapter() - Constructor for class de.gerdiproject.json.datacite.adapters.DateAdapter
 
DateRange - Class in de.gerdiproject.json.datacite
This JsonObject describes a date that has been relevant to the work.
DateRange(String, DateType) - Constructor for class de.gerdiproject.json.datacite.DateRange
Simple constructor that requires all mandatory fields.
DateRange(long, long, DateType) - Constructor for class de.gerdiproject.json.datacite.DateRange
Simple constructor that requires all mandatory fields.
DateRange(String, String, DateType) - Constructor for class de.gerdiproject.json.datacite.DateRange
Simple constructor that requires all mandatory fields.
DateType - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes an event that is marked by a date.
DateUtils - Class in de.gerdiproject.json
This utility class offers static methods for processing dates.
de.gerdiproject.generator.research.constants - package de.gerdiproject.generator.research.constants
This package contains constants that are related to the generation of research discipline constants classes.
de.gerdiproject.generator.research.source.json - package de.gerdiproject.generator.research.source.json
This package includes JSON classes for parsing a file and generating a set of constants Java classes.
de.gerdiproject.generator.research.utils - package de.gerdiproject.generator.research.utils
Copyright © 2017 Robin Weiss, Fidan Limani (http://www.gerdi-project.de) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
de.gerdiproject.harvest - package de.gerdiproject.harvest
This package contains classes and packages concerning harvester micro-services.
de.gerdiproject.harvest.constants - package de.gerdiproject.harvest.constants
This package contains constants related to harvesters.
de.gerdiproject.harvest.utils - package de.gerdiproject.harvest.utils
This package contains utility classes used for harvesters.
de.gerdiproject.json - package de.gerdiproject.json
This package contains classes and packages of JSON objects.
de.gerdiproject.json.datacite - package de.gerdiproject.json.datacite
This package contains classes and packages that are related to DataCite JSON objects.
de.gerdiproject.json.datacite.abstr - package de.gerdiproject.json.datacite.abstr
This package contains abstract classes that are helpful from a programmer's perspective, but are not actively mappable to DataCite properties.
de.gerdiproject.json.datacite.adapters - package de.gerdiproject.json.datacite.adapters
This package contains GSON JsonSerializers and JsonDeserializers for parsing and writing JSON objects that deal with DataCiteJson and related classes.
de.gerdiproject.json.datacite.constants - package de.gerdiproject.json.datacite.constants
This package contains constants classes for DataCite related JSON-objects.
de.gerdiproject.json.datacite.enums - package de.gerdiproject.json.datacite.enums
This package contains enumerations for controlled list values of DataCite JSON objects.
de.gerdiproject.json.datacite.extension - package de.gerdiproject.json.datacite.extension
This package contains JSON objects that extend the DataCite schema.
de.gerdiproject.json.datacite.extension.adapters - package de.gerdiproject.json.datacite.extension.adapters
This package contains JsonSerializers and JsonDeserializers for parsing and writing JSON objects that deal with IDataCiteExtension implementations.
de.gerdiproject.json.datacite.extension.generic - package de.gerdiproject.json.datacite.extension.generic
This package contains classes of the generic DataCite GeRDI extension.
de.gerdiproject.json.datacite.extension.generic.adapter - package de.gerdiproject.json.datacite.extension.generic.adapter
This package contains GSON JsonSerializers and JsonDeserializers for parsing and writing JSON objects that are part of the GeRDI extension of the DataCiteJson.
de.gerdiproject.json.datacite.extension.generic.constants - package de.gerdiproject.json.datacite.extension.generic.constants
This package contains constant collections that are used by the GeRDI extension of the DataCite schema.
de.gerdiproject.json.datacite.extension.generic.enums - package de.gerdiproject.json.datacite.extension.generic.enums
This package contains enumerations for controlled list values of the extension of DataCite JSON objects.
de.gerdiproject.json.datacite.extension.soep - package de.gerdiproject.json.datacite.extension.soep
This package contains the class(es) that typify the SOPE-specific metadata.
de.gerdiproject.json.datacite.nested - package de.gerdiproject.json.datacite.nested
This package contains nested DataCite objects.
de.gerdiproject.json.geo - package de.gerdiproject.json.geo
This package contains classes and packages that are related to Geo-JSON objects.
de.gerdiproject.json.geo.adapters - package de.gerdiproject.json.geo.adapters
This package contains JsonSerializers and JsonDeserializers for Geometry objects.
de.gerdiproject.json.geo.constants - package de.gerdiproject.json.geo.constants
This package contains constants used for Geometry related classes.
de.gerdiproject.json.geo.utils - package de.gerdiproject.json.geo.utils
 
DEFAULT_SOURCE_PATH - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
DENTISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
DERMATOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
Description - Class in de.gerdiproject.json.datacite
Additional information that does not fit in any of the other categories.
Description(String, DescriptionType) - Constructor for class de.gerdiproject.json.datacite.Description
 
Description(String, DescriptionType, String) - Constructor for class de.gerdiproject.json.datacite.Description
 
DescriptionType - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes what a description entails.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.datacite.adapters.DataCiteExtensionsAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.datacite.adapters.DateAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.datacite.extension.adapters.SoepDataCiteExtensionAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.datacite.extension.generic.adapter.ResearchAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapters.GeometryAdapter
 
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Creates a Geometry object by deserializing its Coordinates JsonArray.
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.LineStringAdapter
 
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.MultiLineStringAdapter
 
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.MultiPointAdapter
 
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.MultiPolygonAdapter
 
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.PointAdapter
 
deserializeGeometry(JsonArray, GeometryFactory) - Method in class de.gerdiproject.json.geo.adapters.PolygonAdapter
 
DEVELOPMENTAL_AND_EDUCATIONAL_PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
DEVELOPMENTAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
DEVELOPMENTAL_NEUROBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
DIFFERENTIAL_PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
DISCIPLINE_CLASSNAME - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
DISCIPLINE_DEF - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
DISCIPLINE_IMPORT - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
DISCIPLINE_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
 
DISCIPLINE_MAP_CLASSNAME - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
DISCIPLINE_RNBR_FORMAT - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
 
DUPLICATE_SPACES_PATTERN - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 

E

EARLY_MODERN_HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ECOLOGY_OF_AGRICULTURAL_LANDSCAPES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ECONOMIC_AND_SOCIAL_HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ECONOMIC_POLICY_AND_PUBLIC_FINANCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ECONOMIC_THEORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ECONOMICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
EDUCATION_SYSTEMS_AND_EDUCATIONAL_INSTITUTIONS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EDUCATIONAL_RESEARCH - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
EDUCATIONAL_RESEARCH_ON_SOCIALIZATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EGYPTOLOGY_AND_ANCIENT_NEAR_EASTERN_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ELECTRICAL_ENERGY_GENERATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ELECTRICAL_ENGINEERING_AND_INFORMATION_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
ELECTRONIC_SEMICONDUCTORS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EMPIRICAL_SOCIAL_RESEARCH - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ENDOCRINOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ENERGY_PROCESS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ENGINEERING_DESIGN - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ENGINEERING_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchCategoryConstants
 
EPIDEMIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
equals(Object) - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
equals(Object) - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
equals(Object) - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
equals(Object) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
 
equals(Object) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
 
equals(Object) - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Contributor
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Creator
 
equals(Object) - Method in class de.gerdiproject.json.datacite.DataCiteJson
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Date
 
equals(Object) - Method in class de.gerdiproject.json.datacite.DateRange
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Description
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 
equals(Object) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
 
equals(Object) - Method in class de.gerdiproject.json.datacite.FundingReference
 
equals(Object) - Method in class de.gerdiproject.json.datacite.GeoLocation
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Identifier
 
equals(Object) - Method in class de.gerdiproject.json.datacite.nested.Affiliation
 
equals(Object) - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
 
equals(Object) - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
 
equals(Object) - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
 
equals(Object) - Method in class de.gerdiproject.json.datacite.nested.PersonName
 
equals(Object) - Method in class de.gerdiproject.json.datacite.nested.Publisher
 
equals(Object) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
 
equals(Object) - Method in class de.gerdiproject.json.datacite.ResourceType
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Rights
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Subject
 
equals(Object) - Method in class de.gerdiproject.json.datacite.Title
 
equals(Object) - Method in class de.gerdiproject.json.geo.Feature
 
equals(Object) - Method in class de.gerdiproject.json.geo.FeatureCollection
 
EUROPEAN_AND_AMERICAN_LITERATURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EVOLUTION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EVOLUTION_AND_SYSTEMATICS_OF_PLANTS_AND_FUNGI - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EVOLUTIONARY_CELL_AND_DEVELOPMENTAL_BIOLOGY_ZOOLOGY_ - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EXPERIMENTAL_AND_THEORETICAL_PHYSICS_OF_POLYMERS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
EXPERIMENTAL_CONDENSED_MATTER_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

F

Feature<T> - Class in de.gerdiproject.json.geo
This class represents a feature as part of a FeatureCollection JSON object.
Feature() - Constructor for class de.gerdiproject.json.geo.Feature
 
FeatureCollection<T> - Class in de.gerdiproject.json.geo
This class represents a feature collection JSON object.
FeatureCollection() - Constructor for class de.gerdiproject.json.geo.FeatureCollection
 
FILE_CREATE_ERROR - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
FILE_FOLDER_ERROR - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
FILE_READ_ERROR - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
FILE_WRITE_ERROR - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
FINE_ARTS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
FLUID_MECHANICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
FOOD_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
FORESTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
FunderIdentifier - Class in de.gerdiproject.json.datacite.nested
Uniquely identifies a funding entity, according to various types.
FunderIdentifier(String, FunderIdentifierType) - Constructor for class de.gerdiproject.json.datacite.nested.FunderIdentifier
 
FunderIdentifierType - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes the type of the funder identifier.
FundingReference - Class in de.gerdiproject.json.datacite
Information about financial support (funding) for the resource being registered.
FundingReference(String) - Constructor for class de.gerdiproject.json.datacite.FundingReference
 
FundingReference(String, FunderIdentifier, AwardNumber, String) - Constructor for class de.gerdiproject.json.datacite.FundingReference
 

G

GASTROENTEROLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_AND_COMPARATIVE_LINGUISTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_AND_COMPARATIVE_LITERATURE_AND_CULTURAL_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_AND_DOMAIN_SPECIFIC_TEACHING_AND_LEARNING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_AND_VISCERAL_SURGERY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_EDUCATION_AND_HISTORY_OF_EDUCATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_GENETICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GENERAL_THEORETICAL_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
generateConstants(String...) - Method in class de.gerdiproject.generator.research.utils.ResearchGenerator
This method accepts a list of filePaths that point to JSON files.
GENERATOR_DONE - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
GENERATOR_STARTED - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
GEOCHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
GEOCHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GEODESY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GEOGRAPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
GeoLocation - Class in de.gerdiproject.json.datacite
Spatial region or named place where the data was gathered or about which the data is focused.
GeoLocation(String) - Constructor for class de.gerdiproject.json.datacite.GeoLocation
Constructor that sets the name of the location.
GeoLocation() - Constructor for class de.gerdiproject.json.datacite.GeoLocation
 
GEOLOGY_AND_PALAEONTOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
GEOLOGY_AND_PALAEONTOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GEOMETRY_COLLECTION_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
GeometryAdapter - Class in de.gerdiproject.json.geo.adapters
This class offers generic JSON serialization logic for Geometrys.
GeometryAdapter() - Constructor for class de.gerdiproject.json.geo.adapters.GeometryAdapter
 
GeometryCleaner - Class in de.gerdiproject.json.geo.utils
This helper class fixes invalid Geometry objects by splitting up self-intersections.
GeometryConstants - Class in de.gerdiproject.json.geo.constants
This class contains constants used for Geometry related classes.
GEOPHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
GEOPHYSICS_AND_GEODESY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
GEOTECHNICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
getAffiliations() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Retrieves the organisational or institutional affiliations of the person.
getAlternateIdentifiers() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the identifiers other than the primary Identifier applied to the resource being registered.
getArea() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
Retrieves the area to which the research discipline belongs.
getAreaName() - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
Returns the human readable name of the research area.
getAreaName() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
Retrieves the name of the research area.
getAreaName() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
getAwardNumber() - Method in class de.gerdiproject.json.datacite.FundingReference
Retrieves the code assigned by the funder to a sponsored award (grant).
getAwardTitle() - Method in class de.gerdiproject.json.datacite.FundingReference
Retrieves the human readable title of the award (grant).
getBox() - Method in class de.gerdiproject.json.datacite.GeoLocation
Retrieves the spatial limits of a box.
getByRnbrString(String) - Static method in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
This function returns a ResearchArea by parsing a string which contains the area RNBR.
getByRnbrString(String) - Static method in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
This function returns a ResearchDiscipline by parsing a string which contains the area RNBR and the internal RNBR of the discipline.
getCategoryName() - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
Returns the human readable name of the research category.
getCategoryName() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
Retrieves the name of the category to which the research are belongs.
getCategoryName() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
getConcepts() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
Retrieves the concepts that describe the variable.
getContributors() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves institutions or persons responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource.
getCreators() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the main researchers involved in producing the data, or the authors of the publication, in priority order.
getDatasetVariables() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
Retrieves the set of variables associated with a resource from a social science study.
getDates() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the different dates relevant to the work.
getDescriptions() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves all additional information that does not fit in any of the other categories.
getDisciplineName() - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
Returns the human readable name of the research discipline.
getDisciplineName() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
 
getDisciplineName() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
Retrieves the name of the discipline.
getExtensions() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves discipline specific metadata extensions.
getExtensions() - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
Retrieves the map of GeRDI defined DataCite extensions.
getFamilyName() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Retrieves the surname or last name of the person.
getFeatures() - Method in class de.gerdiproject.json.geo.FeatureCollection
Retrieves a List of Features.
getFormats() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the technical format of the resource.
getFunderIdentifier() - Method in class de.gerdiproject.json.datacite.FundingReference
Retrieves the unique identifier of the funding entity.
getFunderName() - Method in class de.gerdiproject.json.datacite.FundingReference
Retrieves the name of the funding provider.
getFundingReferences() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves information about financial support (funding) for the resource being registered.
getGeoLocations() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves spatial regions or named places where the data was gathered or about which the data is focused.
getGeometry() - Method in class de.gerdiproject.json.geo.Feature
The geometry object of the feature.
getGivenName() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Retrieves the personal or first name of the person.
getIdentifier() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the unique string that identifies the resource.
getIdentifier() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
Retrieves the locally (within this document) unique identifier for the file.
getIdentifier() - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Retrieves a unique identifier of the organizational affiliation.
getIdentifier() - Method in class de.gerdiproject.json.datacite.Rights
Retrieves the short, standardized version of the license name.
getIdentifierScheme() - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Retrieves the name of the affiliation identifier schema.
getIdentifierScheme() - Method in class de.gerdiproject.json.datacite.Rights
Retrieves the name of the scheme.
getInformation() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
Retrieves specific free text information about the date.
getKey() - Method in interface de.gerdiproject.json.datacite.extension.IDataCiteExtension
Retrieves the key under which the extension is stored in the DataCiteJson object.
getKey() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 
getLabel() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
Retrieves the human readable name for the file.
getLabel() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
Retrieves a description of the concept.
getLang() - Method in class de.gerdiproject.json.datacite.Description
Retrieves the IETF language tag of the description text.
getLang() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
Retrieves the concept label language.
getLang() - Method in class de.gerdiproject.json.datacite.nested.PersonName
Retrieves the IETF language tag.
getLang() - Method in class de.gerdiproject.json.datacite.nested.Publisher
Retrieves the optional IETF language tag of the publisher.
getLang() - Method in class de.gerdiproject.json.datacite.Rights
Retrieves the IETF language tag of the text.
getLang() - Method in class de.gerdiproject.json.datacite.Subject
Retrieves the IETF language tag of the subject text.
getLang() - Method in class de.gerdiproject.json.datacite.Title
Retrieves the IETF language tag describing the language of the title text.
getLanguage() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the primary language of the resource.
getName() - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
getName() - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
getName() - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
getName() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Returns the name of the person.
getName() - Method in class de.gerdiproject.json.datacite.Contributor
Retrieves the full name of the contributor.
getName() - Method in class de.gerdiproject.json.datacite.Creator
Retrieves the full name of the creator.
getName() - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
Retrieves the descriptive name of the web link destination.
getName() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
Retrieves the name of the concept, i.e.
getName() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
Retrieves the name of the variable.
getNameIdentifiers() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Retrieves unique identifiers for an individual or legal entity, according to various schemes.
getPlace() - Method in class de.gerdiproject.json.datacite.GeoLocation
Retrieves the free text description of the geographic location.
getPoint() - Method in class de.gerdiproject.json.datacite.GeoLocation
Retrieves the point location in space.
getPolygons() - Method in class de.gerdiproject.json.datacite.GeoLocation
Retrieves a list of drawn polygon areas, defined by sets of points and lines connecting the points in closed chains.
getProperties() - Method in class de.gerdiproject.json.geo.Feature
Retrieves additional properties that describe the feature.
getPublicationYear() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the year when the data was or will be made publicly available.
getPublisher() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the name of the entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource.
getRangeFromAsDateTime() - Method in class de.gerdiproject.json.datacite.DateRange
Retrieves the since-value as ZonedDateTime, allowing for subsequent operations such as retrieving the year.
getRangeUntilAsDateTime() - Method in class de.gerdiproject.json.datacite.DateRange
Retrieves the until-value as ZonedDateTime, allowing for subsequent operations such as retrieving the year.
getRbnr() - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
getRbnr() - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
getRbnr() - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
Returns the unique key that represents the topic.
getRbnrAsInt() - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
Returns the RBNR as an integer value.
getRbnrAsInt() - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
Retrieves the RBNR as an integer value.
getRelatedIdentifiers() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves identifiers of related resources.
getRelatedMetadataScheme() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the name of the related scheme.
getRelationType() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the description of the relationship of the resource being registered (A) and the related resource (B).
getRepositoryIdentifier() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves a unique, human readable name of the repository.
getResearchDataList() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves references to downloadable research data.
getResearchDisciplines() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves a set of human readable names of the research disciplines, i.e.
getResourceType() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the description of the resource.
getResourceTypeGeneral() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the general type of the related resource (B).
getResourceTypeGeneral() - Method in class de.gerdiproject.json.datacite.ResourceType
Retrieves the general type of a resource.
getRightsList() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves rights information for this resource.
getRnbrAsString() - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
Returns the RNBR as a string.
getRnbrAsString() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
 
getRnbrAsString() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
getScheme() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
Retrieves the name of the name identifier scheme.
getScheme() - Method in class de.gerdiproject.json.datacite.Subject
Retrieves the free text name of the subject scheme or classification code or authority if one is used.
getSchemeType() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the type of the relatedMetadataScheme, linked with the schemeURI.
getSchemeURI() - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Retrieves the scheme URI of the affiliation identifier schema.
getSchemeURI() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
Retrieves the URI of the funder identifier schema.
getSchemeURI() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
Retrieves the URI of the name identifier scheme.
getSchemeURI() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the URI of the relatedMetadataScheme.
getSchemeURI() - Method in class de.gerdiproject.json.datacite.Rights
Retrieves the URI of the rightsIdentifierScheme.
getSchemeURI() - Method in class de.gerdiproject.json.datacite.Subject
Retrieves the URI of the subject identifier scheme.
getSizes() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves unstructured information about the resource size, duration, or extent.
getSource() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
Retrieves the study source for the variable.
getSourceId() - Method in interface de.gerdiproject.harvest.IDocument
Returns an identifier of the source of the document.
getSourceId() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the identifier of the source of the document.
getSubclasses() - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
getSubclasses() - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
getSubjects() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves subjects, keywords, classification codes, or key phrases describing the resource.
getTitles() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the names or title by which the resource is known.
getType() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
Retrieves the event that is marked by this date.
getType() - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
Retrieves the free text type of the AlternateIdentifier.
getType() - Method in class de.gerdiproject.json.datacite.Contributor
Retrieves the role of the contributor.
getType() - Method in class de.gerdiproject.json.datacite.Description
Retrieves the type that outlines what the description entails.
getType() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
Retrieves the file format, extension or mimetype.
getType() - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
Retrieves the link category.
getType() - Method in class de.gerdiproject.json.datacite.Identifier
Retrieves the type of the identifier.
getType() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
Retrieves the type of the funder identifier.
getType() - Method in class de.gerdiproject.json.datacite.nested.PersonName
Retrieves the type of name.
getType() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the type of the related identifier.
getType() - Method in class de.gerdiproject.json.datacite.Title
Retrieves the type of Title.
getType() - Method in class de.gerdiproject.json.geo.Feature
Retrieves the type of the feature, which should always be "Feature".
getType() - Method in class de.gerdiproject.json.geo.FeatureCollection
Retrieves the type of the feature collection, which should always be "FeatureCollection".
getUri() - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
Retrieves the URI of the web link.
getUri() - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
Retrieves the URI leading to a page for more information about the award.
getUri() - Method in class de.gerdiproject.json.datacite.Rights
Retrieves the URI of the license.
getUrl() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
Retrieves the URL that is used to access the file.
getValue() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
Returns the value of the date.
getValue() - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
Retrieves the unique free text identifier.
getValue() - Method in class de.gerdiproject.json.datacite.Date
Returns the date as ISO-8601-compliant String.
getValue() - Method in class de.gerdiproject.json.datacite.DateRange
Returns the date range as a Dublin-Core-compliant String.
getValue() - Method in class de.gerdiproject.json.datacite.Description
Retrieves the free descriptive text.
getValue() - Method in class de.gerdiproject.json.datacite.Identifier
Retrieves the unique string that identifies a resource.
getValue() - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Retrieves the name of the organisational or institutional affiliation.
getValue() - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
Retrieves the value of the AwardNumber.
getValue() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
Retrieves the value of the FunderIdentifier.
getValue() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
Retrieves an identifier of an individual or legal entity, according to various schemes.
getValue() - Method in class de.gerdiproject.json.datacite.nested.PersonName
Retrieves the free text full name of the person or entity.
getValue() - Method in class de.gerdiproject.json.datacite.nested.Publisher
Retrieves the name of the publisher.
getValue() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Retrieves the free text identifier of related resources.
getValue() - Method in class de.gerdiproject.json.datacite.ResourceType
Retrieves the free text description of the resource.
getValue() - Method in class de.gerdiproject.json.datacite.Rights
Retrieves the free text that describes the rights.
getValue() - Method in class de.gerdiproject.json.datacite.Subject
Retrieves the term that describes the resource.
getValue() - Method in class de.gerdiproject.json.datacite.Title
Retrieves the free text title or name.
getValueAsDateTime() - Method in class de.gerdiproject.json.datacite.Date
Retrieves the value as ZonedDateTime, allowing for subsequent operations such as retrieving the year.
getValueURI() - Method in class de.gerdiproject.json.datacite.Subject
Retrieves the URI of the subject term.
getVersion() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves the version number of the resource.
getWebLinks() - Method in class de.gerdiproject.json.datacite.DataCiteJson
Retrieves weblinks related to the resource.
GsonUtils - Class in de.gerdiproject.json
This is a static utility class that provides methods for creating GsonBuilders.
GYNAECOLOGY_AND_OBSTETRICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

H

HASH_MAP_IMPORT - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
hashCode() - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
hashCode() - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
hashCode() - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
hashCode() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
 
hashCode() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
 
hashCode() - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
 
hashCode() - Method in class de.gerdiproject.json.datacite.Contributor
 
hashCode() - Method in class de.gerdiproject.json.datacite.Creator
 
hashCode() - Method in class de.gerdiproject.json.datacite.DataCiteJson
 
hashCode() - Method in class de.gerdiproject.json.datacite.Date
 
hashCode() - Method in class de.gerdiproject.json.datacite.DateRange
 
hashCode() - Method in class de.gerdiproject.json.datacite.Description
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 
hashCode() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
 
hashCode() - Method in class de.gerdiproject.json.datacite.FundingReference
 
hashCode() - Method in class de.gerdiproject.json.datacite.GeoLocation
 
hashCode() - Method in class de.gerdiproject.json.datacite.Identifier
 
hashCode() - Method in class de.gerdiproject.json.datacite.nested.Affiliation
 
hashCode() - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
 
hashCode() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
 
hashCode() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
 
hashCode() - Method in class de.gerdiproject.json.datacite.nested.PersonName
 
hashCode() - Method in class de.gerdiproject.json.datacite.nested.Publisher
 
hashCode() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
 
hashCode() - Method in class de.gerdiproject.json.datacite.ResourceType
 
hashCode() - Method in class de.gerdiproject.json.datacite.Rights
 
hashCode() - Method in class de.gerdiproject.json.datacite.Subject
 
hashCode() - Method in class de.gerdiproject.json.datacite.Title
 
hashCode() - Method in class de.gerdiproject.json.geo.Feature
 
hashCode() - Method in class de.gerdiproject.json.geo.FeatureCollection
 
HEAT_ENERGY_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
HEMATOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HISTORICAL_LINGUISTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
HISTORY_OF_PHILOSOPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HISTORY_OF_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HUMAN_FACTORS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HUMAN_GENETICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HUMAN_GEOGRAPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HUMANITIES_AND_SOCIAL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchCategoryConstants
 
HYDRAULIC_AND_TURBO_ENGINES_AND_PISTON_ENGINES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
HYDROGEOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

I

ICleanable - Interface in de.gerdiproject.harvest
This interface represents objects that can be cleaned up to make them compatible with the ElasticSearch index.
IDataCiteExtension - Interface in de.gerdiproject.json.datacite.extension
This class represents an extension of the DataCite schema.
Identifier - Class in de.gerdiproject.json.datacite
The primary Identifier of the resource being registered.
Identifier(String, IdentifierType) - Constructor for class de.gerdiproject.json.datacite.Identifier
Constructs an identifier using the controlled list values proposed by DataCite.
Identifier(String, String) - Constructor for class de.gerdiproject.json.datacite.Identifier
 
Identifier(String) - Constructor for class de.gerdiproject.json.datacite.Identifier
 
IdentifierType - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes the type of the funder identifier.
IDocument - Interface in de.gerdiproject.harvest
The interface for harvested documents.
IMMUNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
IMPORT_DEF - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
INDIVIDUAL_LINGUISTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
INFORMATION_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
INORGANIC_MOLECULAR_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
INTER_ORGANISMIC_INTERACTIONS_AND_CHEMICAL_ECOLOGY_OF_PLANT_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
INTERACTIVE_AND_INTELLIGENT_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
INVALID_DECIMALS_ERROR - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
ISLAMIC_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ISO8601_FORMATTER - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
isValid() - Method in class de.gerdiproject.json.datacite.GeoLocation
Returns true if the GeoLocation has any geographical data or at least a textual description.

J

JOINING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
jsonArrayToCoordinate(JsonArray) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Creates a single Coordinate out of a JsonArray.
jsonArrayToCoordinates(JsonArray) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Creates an array of Coordinates out of a JsonArray.
JURISPRUDENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 

K

KEY - Static variable in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 

L

LIFE_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchCategoryConstants
 
LIGHTWEIGHT_CONSTRUCTION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
LINE_STRING_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
LineStringAdapter - Class in de.gerdiproject.json.geo.adapters
This adapter can serialize and deserialize LineString GeoJson objects.
LineStringAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.LineStringAdapter
Forwarded super Constructor.
LINGUISTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
LITERARY_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 

M

MACHINE_TOOLS_AND_PRODUCTION_AUTOMATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
main(String[]) - Static method in class de.gerdiproject.generator.research.utils.ResearchGenerator
This main function creates a ResearchGenerator and runs it, using a default path, or optionally an arbitrary number of filepaths that can be passed via arguments
MAP_IMPORT - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
MASSIVELY_PARALLEL_AND_DATA_INTENSIVE_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MATERIALS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MATERIALS_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MATHEMATICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MATHEMATICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MEASUREMENT_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MECHANICAL_BEHAVIOUR_OF_CONSTRUCTION_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MECHANICAL_PROCESS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MECHANICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MECHANICS_AND_CONSTRUCTIVE_MECHANICAL_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MEDICAL_MICROBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MEDICINE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MEDIEVAL_GERMAN_LITERATURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MEDIEVAL_HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
METABOLISM - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
METAL_CUTTING_MANUFACTURING_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
METALLURGICAL_AND_THERMAL_PROCESSES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MICROBIAL_ECOLOGY_AND_APPLIED_MICROBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MICROBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MICROSTRUCTURAL_MECHANICAL_PROPERTIES_OF_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MICROSYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MODERN_AND_CURRENT_HISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MODERN_GERMAN_LITERATURE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MOLECULAR_AND_CELLULAR_NEUROLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MOLECULAR_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
MOLECULAR_NEUROSCIENCE_AND_NEUROGENETICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
MONTH_FORMATTER - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
MULTI_LINE_STRING_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
MULTI_POINT_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
MULTI_POLYGON_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
MultiLineStringAdapter - Class in de.gerdiproject.json.geo.adapters
This adapter can serialize and deserialize MultiLineString GeoJson objects.
MultiLineStringAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.MultiLineStringAdapter
Forwarded super Constructor.
MultiPointAdapter - Class in de.gerdiproject.json.geo.adapters
This adapter can serialize and deserialize MultiPoint GeoJson objects.
MultiPointAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.MultiPointAdapter
Forwarded super Constructor.
MultiPolygonAdapter - Class in de.gerdiproject.json.geo.adapters
This adapter can serialize and deserialize MultiPolygon GeoJson objects.
MultiPolygonAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.MultiPolygonAdapter
Forwarded super Constructor.
MUSICOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

N

NAME_BREAKING_STRINGS - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
NameIdentifier - Class in de.gerdiproject.json.datacite.nested
A unique identifier for an individual or legal entity, according to various schemes.
NameIdentifier(String, String) - Constructor for class de.gerdiproject.json.datacite.nested.NameIdentifier
 
NameIdentifier(String, String, String) - Constructor for class de.gerdiproject.json.datacite.nested.NameIdentifier
 
NameType - Enum in de.gerdiproject.json.datacite.enums
The type of name of a Creator or Contributor.
NATURAL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchCategoryConstants
 
NEPHROLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
NEUROSCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
NEW_LINE - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
NUMBERS_PATTERN - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
NUTRITIONAL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

O

OCEANOGRAPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
OPERATING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
OPTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
OPTICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ORGANIC_MOLECULAR_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
ORGANISMIC_NEUROBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
OTOLARYNGOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

P

PARSE_ERROR - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
parseAbstractDate(String, DateType) - Static method in class de.gerdiproject.json.DateUtils
Parses an AbstractDate from a specified date string.
parseDate(String) - Static method in class de.gerdiproject.json.DateUtils
Attempts to parse a date from a String.
parseDateRange(String) - Static method in class de.gerdiproject.json.DateUtils
Parses a date range using a set of common separators defined in DataCiteDateConstants.
parseDateRange(String, String) - Static method in class de.gerdiproject.json.DateUtils
Parses a date range considering a specified separator.
PARTICLES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PARTICLES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PATHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PEDIATRIC_AND_ADOLESCENT_MEDICINE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PersonName - Class in de.gerdiproject.json.datacite.nested
The full name of a person.
PersonName(String) - Constructor for class de.gerdiproject.json.datacite.nested.PersonName
Simple constructor that does not initialize the nameType.
PersonName(String, NameType) - Constructor for class de.gerdiproject.json.datacite.nested.PersonName
 
PHARMACOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PHARMACY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PHILOSOPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PHYSICAL_AND_THEORETICAL_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PHYSICAL_CHEMISTRY_OF_MOLECULES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PHYSICAL_CHEMISTRY_OF_SOLIDS_AND_SURFACES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PHYSICAL_GEOGRAPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PHYSIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PHYTOMEDICINE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_BIOCHEMISTRY_AND_BIOPHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_BREEDING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_CELL_AND_DEVELOPMENTAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_CULTIVATION_AND_AGRICULTURAL_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_ECOLOGY_AND_ECOSYSTEM_ANALYSIS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_GENETICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_NUTRITION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_PHYSIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PLANT_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PLASTICS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PNEUMOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
POINT_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
PointAdapter - Class in de.gerdiproject.json.geo.adapters
This adapter can serialize and deserialize Point GeoJson objects.
PointAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.PointAdapter
Forwarded super Constructor.
POLITICAL_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
POLYGON_TYPE - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
PolygonAdapter - Class in de.gerdiproject.json.geo.adapters
This adapter can serialize and deserialize Polygon GeoJson objects.
PolygonAdapter(GeometryFactory) - Constructor for class de.gerdiproject.json.geo.adapters.PolygonAdapter
Forwarded super Constructor.
POLYMER_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
POLYMER_RESEARCH - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PRACTICAL_PHILOSOPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PREHISTORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PREPARATORY_AND_PHYSICAL_CHEMISTRY_OF_POLYMERS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PRIMARY_SHAPING_AND_RESHAPING_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PRINCIPLES_OF_LAW_AND_JURISPRUDENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PRIVATE_LAW - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PROCESS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PRODUCTION_MANAGEMENT_AND_OPERATIONS_MANAGEMENT - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PRODUCTION_TECHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PROTESTANT_THEOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
PUBLIC_HEALTH - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
PUBLIC_LAW - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
Publisher - Class in de.gerdiproject.json.datacite.nested
The entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource.
Publisher(String) - Constructor for class de.gerdiproject.json.datacite.nested.Publisher
 
Publisher(String, String) - Constructor for class de.gerdiproject.json.datacite.nested.Publisher
 

R

RADIATION_ONCOLOGY_AND_RADIOBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
RADIOLOGY_AND_NUCLEAR_MEDICINE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
rbnr - Variable in class de.gerdiproject.json.datacite.extension.generic.AbstractResearch
 
RelatedIdentifier - Class in de.gerdiproject.json.datacite
Identifiers of related resources.
RelatedIdentifier(String, RelatedIdentifierType, RelationType) - Constructor for class de.gerdiproject.json.datacite.RelatedIdentifier
 
RelatedIdentifier(String, RelatedIdentifierType, RelationType, ResourceTypeGeneral, String, String, String) - Constructor for class de.gerdiproject.json.datacite.RelatedIdentifier
 
RelatedIdentifierType - Enum in de.gerdiproject.json.datacite.enums
This enumeration represents the related identifier type of a RelatedIdentifier.
RelationType - Enum in de.gerdiproject.json.datacite.enums
This enumeration represents the description of the relationship of the resource being registered (A) and the related resource (B).
RELIGIOUS_STUDIES_AND_JEWISH_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
REMOVED_DUPLICATE_OBJECT - Static variable in class de.gerdiproject.harvest.constants.CollectionConstants
 
REMOVED_INVALID_OBJECT - Static variable in class de.gerdiproject.harvest.constants.CollectionConstants
 
REPRODUCTIVE_MEDICINE_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
RESEARCH_AREA_CREATE_MAP_METHOD - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
RESEARCH_AREA_GETTER - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
RESEARCH_DISCIPLINE_CREATE_MAP_METHOD - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
RESEARCH_DISCIPLINE_GETTER - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
RESEARCH_MAP_INITIALIZATION - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
RESEARCH_MAP_INSTRUCTION - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
ResearchAdapter - Class in de.gerdiproject.json.datacite.extension.generic.adapter
This adapter can convert AbstractResearch objects to JSON and vice-versa.
ResearchAdapter() - Constructor for class de.gerdiproject.json.datacite.extension.generic.adapter.ResearchAdapter
 
ResearchArea - Class in de.gerdiproject.json.datacite.extension.generic
This class defines a JSON object that represents the general area to which a ResearchDiscipline belongs.
ResearchArea(int, String, String) - Constructor for class de.gerdiproject.json.datacite.extension.generic.ResearchArea
Simple constructor that requires the RNBR, the human readable name and the category of the research area.
ResearchAreaConstants - Class in de.gerdiproject.json.datacite.extension.generic.constants
This class serves as a collection of constants that define a controlled list of ResearchAreas.
ResearchAreaSource - Class in de.gerdiproject.generator.research.source.json
A class that models specific subject areas of the DFG vocabulary.
ResearchAreaSource() - Constructor for class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
ResearchCategoryConstants - Class in de.gerdiproject.json.datacite.extension.generic.constants
This class serves as a collection of constants that define a controlled list of ResearchCategorys.
ResearchCategorySource - Class in de.gerdiproject.generator.research.source.json
This class models the 4 general DFG vocabulary categories.
ResearchCategorySource() - Constructor for class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
ResearchData - Class in de.gerdiproject.json.datacite.extension.generic
A downloadable file.
ResearchData(String, String) - Constructor for class de.gerdiproject.json.datacite.extension.generic.ResearchData
Simple constructor that requires all mandatory fields.
ResearchData(String, String, String) - Constructor for class de.gerdiproject.json.datacite.extension.generic.ResearchData
Constructor that requires all fields.
ResearchDiscipline - Class in de.gerdiproject.json.datacite.extension.generic
This class defines JSON objects that represent precise research disciplines.
ResearchDiscipline(int, String, ResearchArea) - Constructor for class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
Constructor that requires the RNBR, name, and are of the discipline.
ResearchDisciplineConstants - Class in de.gerdiproject.json.datacite.extension.generic.constants
This class serves as a collection of constants that define a controlled list of ResearchDisciplines.
ResearchDisciplineSource - Class in de.gerdiproject.generator.research.source.json
This class supports GeRDI researchDiscipline metadata element assignment.
ResearchDisciplineSource() - Constructor for class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
ResearchGenerator - Class in de.gerdiproject.generator.research.utils
Generator class that wraps reads the DFG vocabulary from a JSON source file and generates constants files.
ResearchGenerator() - Constructor for class de.gerdiproject.generator.research.utils.ResearchGenerator
 
ResearchGeneratorConstants - Class in de.gerdiproject.generator.research.constants
This static class is a collection of constants for automatically creating research discipline constants classes.
ResourceType - Class in de.gerdiproject.json.datacite
This object represents a description of the resource.
ResourceType(String, ResourceTypeGeneral) - Constructor for class de.gerdiproject.json.datacite.ResourceType
 
ResourceTypeGeneral - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes the resource category.
RHEUMATOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
Rights - Class in de.gerdiproject.json.datacite
Any rights information for this resource.
Rights(String, String) - Constructor for class de.gerdiproject.json.datacite.Rights
Constructor that allows to set the language.
Rights(String) - Constructor for class de.gerdiproject.json.datacite.Rights
 
Rights(String, String, String, String, String, String) - Constructor for class de.gerdiproject.json.datacite.Rights
 
RNBR_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
 
ROMAN_CATHOLIC_THEOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

S

SECURITY_AND_DEPENDABILITY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SENSORY_AND_BEHAVIOURAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SEPARATOR_CHARS_PATTERN - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
 
serialize(DataCiteExtensions, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.datacite.adapters.DataCiteExtensionsAdapter
 
serialize(AbstractDate, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.datacite.adapters.DateAdapter
 
serialize(SoepDataCiteExtension, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.datacite.extension.adapters.SoepDataCiteExtensionAdapter
 
serialize(AbstractResearch, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.datacite.extension.generic.adapter.ResearchAdapter
 
serialize(T, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
 
serialize(Geometry, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.geo.adapters.GeometryAdapter
 
serializeCoordinates(T) - Method in class de.gerdiproject.json.geo.adapters.AbstractGeometryAdapter
Serializes the Coordinates of a Geometry to a JsonArray.
serializeCoordinates(LineString) - Method in class de.gerdiproject.json.geo.adapters.LineStringAdapter
 
serializeCoordinates(MultiLineString) - Method in class de.gerdiproject.json.geo.adapters.MultiLineStringAdapter
 
serializeCoordinates(MultiPoint) - Method in class de.gerdiproject.json.geo.adapters.MultiPointAdapter
 
serializeCoordinates(MultiPolygon) - Method in class de.gerdiproject.json.geo.adapters.MultiPolygonAdapter
 
serializeCoordinates(Point) - Method in class de.gerdiproject.json.geo.adapters.PointAdapter
 
serializeCoordinates(Polygon) - Method in class de.gerdiproject.json.geo.adapters.PolygonAdapter
 
setAwardNumber(AwardNumber) - Method in class de.gerdiproject.json.datacite.FundingReference
Sets the code assigned by the funder to a sponsored award (grant).
setAwardTitle(String) - Method in class de.gerdiproject.json.datacite.FundingReference
Sets the human readable title of the award (grant).
setBox(double, double, double, double) - Method in class de.gerdiproject.json.datacite.GeoLocation
Changes the spatial limits of a box, defining its shape.
setBox(Geometry) - Method in class de.gerdiproject.json.datacite.GeoLocation
Changes the spatial limits of a box, defining its shape.
setConcepts(Set<SoepConcept>) - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
Sets the concepts that describe the variable.
setDate(long) - Method in class de.gerdiproject.json.datacite.Date
Changes the date value using the amount of milliseconds that passed from 01/01/1970 00:00:00 until this date.
setDate(Instant) - Method in class de.gerdiproject.json.datacite.Date
Changes the date value using an Instant that marks a date.
setExtensions(Map<String, IDataCiteExtension>) - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
Sets the map of GeRDI defined DataCite extensions.
setFamilyName(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Sets the surname or last name of the person.
setFeatures(List<Feature<T>>) - Method in class de.gerdiproject.json.geo.FeatureCollection
Sets a List of Features.
setFunderIdentifier(FunderIdentifier) - Method in class de.gerdiproject.json.datacite.FundingReference
Sets the unique identifier of the funding entity.
setGeometry(Geometry) - Method in class de.gerdiproject.json.geo.Feature
Sets the geometry object of the feature.
setGivenName(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Sets the personal or first name of the person.
setIdentifier(Identifier) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the unique string that identifies the resource.
setIdentifier(String) - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Sets a unique identifier of the organizational affiliation.
setIdentifier(String) - Method in class de.gerdiproject.json.datacite.Rights
Sets the short, standardized version of the license name.
setIdentifierScheme(String) - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Sets the name of the affiliation identifier schema.
setIdentifierScheme(String) - Method in class de.gerdiproject.json.datacite.Rights
Sets the name of the scheme.
setInformation(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
Sets specific free text information about the date, if appropriate.
setLang(String) - Method in class de.gerdiproject.json.datacite.Description
Sets the IETF language tag of the description text.
setLang(String) - Method in class de.gerdiproject.json.datacite.nested.PersonName
Sets the IETF language tag.
setLang(String) - Method in class de.gerdiproject.json.datacite.nested.Publisher
Sets the optional IETF language tag of the publisher.
setLang(String) - Method in class de.gerdiproject.json.datacite.Rights
Sets the IETF language tag of the text.
setLang(String) - Method in class de.gerdiproject.json.datacite.Subject
Sets the IETF language tag of the subject text.
setLang(String) - Method in class de.gerdiproject.json.datacite.Title
Sets the IETF language tag describing the language of the title text.
setLanguage(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the primary language of the resource.
setName(String) - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
setName(String) - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
setName(String) - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
setName(String) - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
Sets the descriptive name of the web link destination.
setNameIdentifiers(Set<NameIdentifier>) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
Sets unique identifiers for an individual or legal entity, according to various schemes.
setPlace(String) - Method in class de.gerdiproject.json.datacite.GeoLocation
Sets the free text description of the geographic location.
setPoint(double, double) - Method in class de.gerdiproject.json.datacite.GeoLocation
Changes the point location in space.
setPoint(Point) - Method in class de.gerdiproject.json.datacite.GeoLocation
Sets the point location in space.
setProperties(T) - Method in class de.gerdiproject.json.geo.Feature
Sets additional properties that describe the feature.
setPublicationYear(Integer) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the year when the data was or will be made publicly available.
setPublisher(Publisher) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource.
setPublisher(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Deprecated.
use the other setter that accepts Publisher instead of String
setRangeFrom(long) - Method in class de.gerdiproject.json.datacite.DateRange
Changes the since-value using the amount of milliseconds that passed from 01/01/1970 00:00:00 until this date.
setRangeFrom(String) - Method in class de.gerdiproject.json.datacite.DateRange
Changes the since-value by parsing a date-string.
setRangeUntil(long) - Method in class de.gerdiproject.json.datacite.DateRange
Changes the until-value using the amount of milliseconds that passed from 01/01/1970 00:00:00 until this date.
setRangeUntil(String) - Method in class de.gerdiproject.json.datacite.DateRange
Changes the since-value by parsing a date-string.
setRbnr(String) - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
setRbnr(String) - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
setRelatedMetadataScheme(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Sets the name of the related scheme.
setRepositoryIdentifier(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Changes the unique but human readable name of the repository.
setResourceType(ResourceType) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the description of the resource.
setResourceTypeGeneral(ResourceTypeGeneral) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Sets the general type of the related resource (B).
setScheme(String) - Method in class de.gerdiproject.json.datacite.Subject
Sets the free text name of the subject scheme or classification code or authority if one is used.
setSchemeType(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Sets the type of the relatedMetadataScheme, linked with the schemeURI.
setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.nested.Affiliation
Sets the scheme URI of the affiliation identifier schema.
setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
Sets the URI of the funder identifier schema.
setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
Sets the URI of the name identifier scheme.
setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
Sets the URI of the relatedMetadataScheme.
setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.Rights
Sets the URI of the rightsIdentifierScheme.
setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.Subject
Sets the URI of the subject identifier scheme.
setSubclasses(List<ResearchDisciplineSource>) - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
setSubclasses(List<ResearchAreaSource>) - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
setType(String) - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
Sets the file format, extension or mimetype.
setType(WebLinkType) - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
Sets the link category.
setType(String) - Method in class de.gerdiproject.json.datacite.Identifier
Sets the type of the identifier.
setType(IdentifierType) - Method in class de.gerdiproject.json.datacite.Identifier
Sets the type of the identifier.
setType(TitleType) - Method in class de.gerdiproject.json.datacite.Title
Sets the type of Title.
setType(String) - Method in class de.gerdiproject.json.geo.Feature
Sets the type of the feature, which should always be "Feature".
setType(String) - Method in class de.gerdiproject.json.geo.FeatureCollection
Sets the type of the feature collection, which should always be "FeatureCollection".
setUri(String) - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
Sets the URI leading to a page for more information about the award.
setUri(String) - Method in class de.gerdiproject.json.datacite.Rights
Sets the URI of the license.
setValue(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
Changes the date value.
setValue(String) - Method in class de.gerdiproject.json.datacite.Date
Tries to set the date by parsing an ISO 8601 compliant String.
setValue(String) - Method in class de.gerdiproject.json.datacite.DateRange
Tries to set the date range by parsing a Dublin-Core-compliant String.
setValue(String) - Method in class de.gerdiproject.json.datacite.Description
Sets the free descriptive text.
setValue(String) - Method in class de.gerdiproject.json.datacite.Rights
Sets the free text that describes the rights.
setValue(String) - Method in class de.gerdiproject.json.datacite.Subject
Sets the term that describes the resource.
setValue(String) - Method in class de.gerdiproject.json.datacite.Title
Sets the free text title or name.
setValueURI(String) - Method in class de.gerdiproject.json.datacite.Subject
Sets the URI of the subject term.
setVersion(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
Sets the version number of the resource.
SINTERED_METALLIC_AND_CERAMIC_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SOCIAL_AND_CULTURAL_ANTHROPOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
SOCIAL_AND_CULTURAL_ANTHROPOLOGY_AND_ETHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SOCIAL_PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SOCIAL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
SOCIOLOGICAL_THEORY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SoepConcept - Class in de.gerdiproject.json.datacite.extension.soep
This class models concepts from the social sciences domain.
SoepConcept(String, String, String) - Constructor for class de.gerdiproject.json.datacite.extension.soep.SoepConcept
 
SoepDataCiteExtension - Class in de.gerdiproject.json.datacite.extension.soep
This class represents a JSON object that contains SOEP specific metadata.
SoepDataCiteExtension() - Constructor for class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 
SoepDataCiteExtensionAdapter - Class in de.gerdiproject.json.datacite.extension.adapters
This adapter defines the (de-)serialization behavior of SoepDataCiteExtension objects.
SoepDataCiteExtensionAdapter() - Constructor for class de.gerdiproject.json.datacite.extension.adapters.SoepDataCiteExtensionAdapter
 
SoepVariable - Class in de.gerdiproject.json.datacite.extension.soep
This class models the SOEP-specific metadata: Variables It includes the initial set of attributes identified so far; new use cases might dictate an extension/change.
SoepVariable(String, String, Set<SoepConcept>) - Constructor for class de.gerdiproject.json.datacite.extension.soep.SoepVariable
 
SoepVariable(String, String) - Constructor for class de.gerdiproject.json.datacite.extension.soep.SoepVariable
 
SOFTWARE_ENGINEERING_AND_PROGRAMMING_LANGUAGES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SOIL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SOLID_STATE_AND_SURFACE_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SPECIAL_ZOOLOGY_AND_MORPHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
STANDARD_TIMEZONE - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
STATISTICAL_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
STATISTICAL_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
STATISTICS_AND_ECONOMETRICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
StringUtils - Class in de.gerdiproject.harvest.utils
This class is used for cleaning up Strings, removing unneccessary tags and spaces.
STRUCTURAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
STRUCTURAL_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
STRUCTURING_AND_FUNCTIONALISATION - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
Subject - Class in de.gerdiproject.json.datacite
Subject, keywords (tags), classification codes, or key phrases describing the resource.
Subject(String, String) - Constructor for class de.gerdiproject.json.datacite.Subject
Constructor that allows to set the language.
Subject(String) - Constructor for class de.gerdiproject.json.datacite.Subject
 
Subject(String, String, String, String, String) - Constructor for class de.gerdiproject.json.datacite.Subject
 
SYNTHESIS_AND_PROPERTIES_OF_FUNCTIONAL_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SYSTEMIC_NEUROSCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
SYSTEMS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 

T

TECHNICAL_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
TECHNICAL_THERMODYNAMICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
THEATRE_AND_MEDIA_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
THEOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
THEORETICAL_COMPUTER_SCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
THEORETICAL_CONDENSED_MATTER_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
THEORETICAL_PHILOSOPHY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
THEORY_AND_MODELLING - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
THERMODYNAMICS_AND_KINETICS_OF_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
Title - Class in de.gerdiproject.json.datacite
A name or title by which a resource is known.
Title(String) - Constructor for class de.gerdiproject.json.datacite.Title
 
Title(String, TitleType, String) - Constructor for class de.gerdiproject.json.datacite.Title
 
TitleType - Enum in de.gerdiproject.json.datacite.enums
This enumeration describes the type of a Title.
toJson() - Method in interface de.gerdiproject.harvest.IDocument
Returns a JSON representation of the document.
toJson() - Method in class de.gerdiproject.json.datacite.DataCiteJson
 
toString() - Method in class de.gerdiproject.generator.research.source.json.ResearchAreaSource
 
toString() - Method in class de.gerdiproject.generator.research.source.json.ResearchCategorySource
 
toString() - Method in class de.gerdiproject.generator.research.source.json.ResearchDisciplineSource
 
toString() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
 
toString() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
 
toString() - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
 
toString() - Method in class de.gerdiproject.json.datacite.Contributor
 
toString() - Method in class de.gerdiproject.json.datacite.Creator
 
toString() - Method in class de.gerdiproject.json.datacite.DataCiteJson
 
toString() - Method in class de.gerdiproject.json.datacite.Date
 
toString() - Method in class de.gerdiproject.json.datacite.DateRange
 
toString() - Method in class de.gerdiproject.json.datacite.Description
 
toString() - Method in class de.gerdiproject.json.datacite.extension.DataCiteExtensions
 
toString() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchArea
 
toString() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchData
 
toString() - Method in class de.gerdiproject.json.datacite.extension.generic.ResearchDiscipline
 
toString() - Method in class de.gerdiproject.json.datacite.extension.generic.WebLink
 
toString() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepConcept
 
toString() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepDataCiteExtension
 
toString() - Method in class de.gerdiproject.json.datacite.extension.soep.SoepVariable
 
toString() - Method in class de.gerdiproject.json.datacite.FundingReference
 
toString() - Method in class de.gerdiproject.json.datacite.GeoLocation
 
toString() - Method in class de.gerdiproject.json.datacite.Identifier
 
toString() - Method in class de.gerdiproject.json.datacite.nested.Affiliation
 
toString() - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
 
toString() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
 
toString() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
 
toString() - Method in class de.gerdiproject.json.datacite.nested.PersonName
 
toString() - Method in class de.gerdiproject.json.datacite.nested.Publisher
 
toString() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
 
toString() - Method in class de.gerdiproject.json.datacite.ResourceType
 
toString() - Method in class de.gerdiproject.json.datacite.Rights
 
toString() - Method in class de.gerdiproject.json.datacite.Subject
 
toString() - Method in class de.gerdiproject.json.datacite.Title
 
toString() - Method in class de.gerdiproject.json.geo.Feature
 
toString() - Method in class de.gerdiproject.json.geo.FeatureCollection
 
TOXICOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
TRAFFIC_AND_TRANSPORT_SYSTEMS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
TRAUMATOLOGY_AND_ORTHOPAEDICS - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
TYPE_JSON_FIELD - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 

U

unescapeHtml(String) - Static method in class de.gerdiproject.harvest.utils.StringUtils
Unescapes escaped HTML characters.
unixTimestampToInstant(long) - Static method in class de.gerdiproject.json.DateUtils
Creates an instant using the amount of milliseconds that passed from 01/01/1970 00:00:00 until this date.
UNKNOWN_GEOMETRY_TYPE_ERROR - Static variable in class de.gerdiproject.json.geo.constants.GeometryConstants
 
URBANISM - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 
UROLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

V

validate(Geometry) - Static method in class de.gerdiproject.json.geo.utils.GeometryCleaner
Creates a valid representation of a specified Geometry object.
VALUE_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.ContributorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.DateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.DescriptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.FunderIdentifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.IdentifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.NameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.RelatedIdentifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.ResourceTypeGeneral
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.enums.TitleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gerdiproject.json.datacite.extension.generic.enums.WebLinkType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.gerdiproject.json.datacite.enums.ContributorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.DateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.DescriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.FunderIdentifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.IdentifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.NameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.RelatedIdentifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.ResourceTypeGeneral
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.enums.TitleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gerdiproject.json.datacite.extension.generic.enums.WebLinkType
Returns an array containing the constants of this enum type, in the order they are declared.
VIROLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchDisciplineConstants
 

W

WATER_RESEARCH - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
WebLink - Class in de.gerdiproject.json.datacite.extension.generic
A link to the data provider's website.
WebLink(String) - Constructor for class de.gerdiproject.json.datacite.extension.generic.WebLink
 
WebLink(String, String, WebLinkType) - Constructor for class de.gerdiproject.json.datacite.extension.generic.WebLink
 
WebLinkType - Enum in de.gerdiproject.json.datacite.extension.generic.enums
The kind of data or webpage which is linked.

Z

Z_ZONE_ID - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
 
ZOOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.generic.constants.ResearchAreaConstants
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2017–2019. All rights reserved.