- 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.
- 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
-
This constructor set the source identifier of the document which allows
for persisting it when one of its values change.
- DataCiteJson() - Constructor for class de.gerdiproject.json.datacite.DataCiteJson
-
Deprecated.
- 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_FORMATS_STARTING_WITH_CHAR - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
-
- DATE_FORMATS_STARTING_WITH_NUM - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
-
- DATE_INFO_JSON - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteDateConstants
-
- DATE_RANGE_SPLITTER - 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.adapter
-
This adapter defines the (de-)serialization behavior of
AbstractDate objects.
- DateAdapter() - Constructor for class de.gerdiproject.json.datacite.adapter.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.
- de.gerdiproject - package de.gerdiproject
-
This package contains classes and packages of GeRDI projects.
- de.gerdiproject.generator.research - package de.gerdiproject.generator.research
-
- 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 - package de.gerdiproject.generator.research.source
-
- 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.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.adapter - package de.gerdiproject.json.datacite.adapter
-
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.abstr - package de.gerdiproject.json.datacite.extension.abstr
-
This package contains abstract classes that are used by the
GeRDI extension of the DataCite schema.
- de.gerdiproject.json.datacite.extension.adapter - package de.gerdiproject.json.datacite.extension.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.constants - package de.gerdiproject.json.datacite.extension.constants
-
This package contains constant collections that are used by the
GeRDI extension of the DataCite schema.
- de.gerdiproject.json.datacite.extension.enums - package de.gerdiproject.json.datacite.extension.enums
-
This package contains enumerations for controlled list values of the extension of DataCite JSON objects.
- 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.adapter - package de.gerdiproject.json.geo.adapter
-
This package contains GSON JsonSerializers and JsonDeserializers
for parsing and writing JSON objects that deal with
GeoJson and related classes.
- DEFAULT_SOURCE_PATH - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
-
- DENTISTRY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- DERMATOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.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
-
Constructor that requires all mandatory fields.
- Description(String, DescriptionType, String) - Constructor for class de.gerdiproject.json.datacite.Description
-
Constructor that requires all fields.
- 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.adapter.DateAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.datacite.extension.adapter.ResearchAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.GeoJsonAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.LineStringAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.MultiLineStringAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.MultiPointAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.MultiPolygonAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.PointAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.gerdiproject.json.geo.adapter.PolygonAdapter
-
- DEVELOPMENTAL_AND_EDUCATIONAL_PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- DEVELOPMENTAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- DEVELOPMENTAL_NEUROBIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- DIFFERENTIAL_PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.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_NAME_FORMAT - Static variable in class de.gerdiproject.json.datacite.constants.DataCiteResearchConstants
-
- 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
-
- GASTROENTEROLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_AND_COMPARATIVE_LINGUISTICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_AND_COMPARATIVE_LITERATURE_AND_CULTURAL_STUDIES - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_AND_DOMAIN_SPECIFIC_TEACHING_AND_LEARNING - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_AND_VISCERAL_SURGERY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_EDUCATION_AND_HISTORY_OF_EDUCATION - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_GENETICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GENERAL_THEORETICAL_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.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.constants.ResearchAreaConstants
-
- GEOCHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GEODESY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GEOGRAPHY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchAreaConstants
-
- GeoJson - Class in de.gerdiproject.json.geo
-
GeoJSON is a format for encoding a variety of geographic data structures.
- GeoJson(IGeoCoordinates) - Constructor for class de.gerdiproject.json.geo.GeoJson
-
Constructor that sets the coordinates.
- GeoJsonAdapter - Class in de.gerdiproject.json.geo.adapter
-
This adapter defines the (de-)serialization behavior of GeoJson objects.
- GeoJsonAdapter() - Constructor for class de.gerdiproject.json.geo.adapter.GeoJsonAdapter
-
- 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() - Constructor for class de.gerdiproject.json.datacite.GeoLocation
-
- GEOLOGY_AND_PALAEONTOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchAreaConstants
-
- GEOLOGY_AND_PALAEONTOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GEOPHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- GEOPHYSICS_AND_GEODESY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchAreaConstants
-
- GEOTECHNICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- getAffiliations() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Returns the organisational or institutional affiliations of the person.
- getAlternateIdentifiers() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns identifiers other than the primary Identifier applied to the
resource being registered.
- getArea() - Method in class de.gerdiproject.json.datacite.extension.ResearchDiscipline
-
Returns the research area to which the discipline belongs.
- getAreaName() - Method in class de.gerdiproject.json.datacite.extension.abstr.AbstractResearch
-
Returns the human readable name of the research area.
- getAreaName() - Method in class de.gerdiproject.json.datacite.extension.ResearchArea
-
- getAreaName() - Method in class de.gerdiproject.json.datacite.extension.ResearchDiscipline
-
- getAwardNumber() - Method in class de.gerdiproject.json.datacite.FundingReference
-
Returns the code assigned by the funder to a sponsored award (grant).
- getAwardTitle() - Method in class de.gerdiproject.json.datacite.FundingReference
-
Returns the human readable title of the award (grant).
- getAwardURI() - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
-
Returns the URI leading to a page provided by the funder for more
information about the award (grant).
- getBox() - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Returns the spatial limits of a box.
- getByRnbrString(String) - Static method in class de.gerdiproject.json.datacite.extension.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.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.abstr.AbstractResearch
-
Returns the human readable name of the research category.
- getCategoryName() - Method in class de.gerdiproject.json.datacite.extension.ResearchArea
-
- getCategoryName() - Method in class de.gerdiproject.json.datacite.extension.ResearchDiscipline
-
- getContributors() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the institutions or persons responsible for collecting, managing,
distributing, or otherwise contributing to the development of the
resource.
- getCoordinates() - Method in class de.gerdiproject.json.geo.GeoJson
-
- getCreators() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the main researchers involved in producing the data, or the
authors of the publication, in priority order.
- getData() - Method in class de.gerdiproject.json.SearchIndexJson
-
- getDateInformation() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
-
Returns specific free text information about the date.
- getDates() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns different dates relevant to the work.
- getDescriptions() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns all additional information that does not fit in any of the other
categories.
- getDisciplineName() - Method in class de.gerdiproject.json.datacite.extension.abstr.AbstractResearch
-
Returns the human readable name of the research discipline.
- getDisciplineName() - Method in class de.gerdiproject.json.datacite.extension.ResearchArea
-
- getDisciplineName() - Method in class de.gerdiproject.json.datacite.extension.ResearchDiscipline
-
- getDurationInSeconds() - Method in class de.gerdiproject.json.SearchIndexJson
-
- getElevation() - Method in class de.gerdiproject.json.geo.Point
-
- getFamilyName() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Returns the surname or last name of the person.
- getFilledShape() - Method in class de.gerdiproject.json.geo.Polygon
-
Returns the filled shape of the polygon.
- getFormats() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns technical format of the resource.
- getFunderIdentifier() - Method in class de.gerdiproject.json.datacite.FundingReference
-
Returns a unique identifier of the funding entity.
- getFunderIdentifierType() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
-
Returns the type of the funder identifier.
- getFunderName() - Method in class de.gerdiproject.json.datacite.FundingReference
-
Returns the name of the funding provider.
- getFundingReferences() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns information about financial support (funding) for the resource
being registered.
- getGeneralType() - Method in class de.gerdiproject.json.datacite.ResourceType
-
Returns the general type of the resource.
- getGeoLocations() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the spatial regions or named places where the data was gathered
or about which the data is focused.
- getGivenName() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Returns the personal or first name of the person.
- getGson() - Static method in class de.gerdiproject.json.GsonUtils
-
Retrieves a non-pretty printing Gson instance, which
can be used for converting JSON objects to Strings or Java objects,
and vice versa.
- getHarvestDate() - Method in class de.gerdiproject.json.SearchIndexJson
-
- getHash() - Method in class de.gerdiproject.json.SearchIndexJson
-
- getHoles() - Method in class de.gerdiproject.json.geo.Polygon
-
Returns a list of all holes.
- getIdentifier() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns a unique identifier of the resource.
- getIdentifier() - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Returns the locally unique identifier for the file.
- getLabel() - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Returns the human readable name for the file.
- getLang() - Method in class de.gerdiproject.json.datacite.Description
-
Returns the language in which the description is written.
- getLang() - Method in class de.gerdiproject.json.datacite.Rights
-
Returns the IETF language tag of the rights text.
- getLang() - Method in class de.gerdiproject.json.datacite.Subject
-
Returns the IETF language tag of the subject text.
- getLang() - Method in class de.gerdiproject.json.datacite.Title
-
Returns the language of the title text.
- getLanguage() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the primary language of the resource.
- getLatitude() - Method in class de.gerdiproject.json.geo.Point
-
- getLongitude() - Method in class de.gerdiproject.json.geo.Point
-
- 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
-
- getName() - Method in class de.gerdiproject.json.datacite.Creator
-
- getName() - Method in class de.gerdiproject.json.datacite.extension.WebLink
-
Returns a descriptive name of the web link destination.
- getNameIdentifiers() - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Returns unique identifiers of an individual or legal entity, according to various schemes.
- getNameIdentifierScheme() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
-
Returns the name of the name identifier scheme.
- getNameType() - Method in class de.gerdiproject.json.datacite.nested.PersonName
-
Returns the type of name.
- getPlace() - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Returns the description of the geographic location.
- getPoint() - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Returns a point location in space.
- getPolygons() - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Returns a list of drawn polygon areas, defined by sets of
points and lines connecting the points in closed chains.
- getPrettyGson() - Static method in class de.gerdiproject.json.GsonUtils
-
Retrieves a pretty printing Gson instance, which
can be used for converting JSON objects to Strings or Java objects,
and vice versa.
- getPublicationYear() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the year when the data was or will be made publicly available.
- getPublisher() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the name of the entity that holds, archives, publishes prints,
distributes, releases, issues, or produces the resource.
- 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.abstr.AbstractResearch
-
Returns the unique key that represents the topic.
- getRelatedIdentifiers() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns identifiers of related resources.
- getRelatedMetadataScheme() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Returns the type of the related identifier.
- getRelationType() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Returns 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
-
Returns the unique but human readable name of the repository.
- getResearchDataList() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns downloadable source data files.
- getResearchDisciplines() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Retrieves the list of human readable names of the research disciplines,
meaning the topics or domains that this document covers.
- getResourceType() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns a description of the resource.
- getResourceTypeGeneral() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Retrieves the general type of the related resource (B).
- getRightsList() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns any rights information for this resource.
- getRnbrAsString() - Method in class de.gerdiproject.json.datacite.extension.abstr.AbstractResearch
-
Returns the RNBR as a string.
- getRnbrAsString() - Method in class de.gerdiproject.json.datacite.extension.ResearchArea
-
- getRnbrAsString() - Method in class de.gerdiproject.json.datacite.extension.ResearchDiscipline
-
- getSchemeType() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Returns the type of the relatedMetadataScheme, linked with the schemeURI.
- getSchemeURI() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
-
Returns the URI of the name identifier scheme.
- getSchemeURI() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Returns the URI of the relatedMetadataScheme.
- getSchemeURI() - Method in class de.gerdiproject.json.datacite.Subject
-
Returns the URI of the subject identifier scheme.
- getSizes() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns unstructured size information about the resource.
- 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
-
Returns an 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
-
Returns subjects, keywords, classification codes, or key phrases
describing the resource.
- getSubjectScheme() - Method in class de.gerdiproject.json.datacite.Subject
-
Returns a free text name of the subject scheme or classification
code or authority if one is used
- getTitles() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns names or titles by which the resource is known.
- getType() - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
-
Returns the event that is marked by this date.
- getType() - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
-
Returns a type of the AlternateIdentifier.
- getType() - Method in class de.gerdiproject.json.datacite.Contributor
-
Returns the type of contributor of the resource.
- getType() - Method in class de.gerdiproject.json.datacite.Description
-
Returns the type of the description.
- getType() - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Returns the file format, extension or mimetype of the file.
- getType() - Method in class de.gerdiproject.json.datacite.extension.WebLink
-
Returns the type of the web link.
- getType() - Method in class de.gerdiproject.json.datacite.Identifier
-
Returns the type of the identifier.
- getType() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Returns the type of the related identifier.
- getType() - Method in class de.gerdiproject.json.datacite.Title
-
Returns the type of title, or null if this is the main title.
- getType() - Method in class de.gerdiproject.json.geo.GeoJson
-
- getURI() - Method in class de.gerdiproject.json.datacite.Rights
-
Returns the URI of the license.
- getUrl() - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Returns the URL that is used to access the file.
- getUrl() - Method in class de.gerdiproject.json.datacite.extension.WebLink
-
Returns the URL of the web link.
- 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
-
Returns a unique 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 as a Dublin-Core-compliant String.
- getValue() - Method in class de.gerdiproject.json.datacite.Description
-
Returns a free text description.
- getValue() - Method in class de.gerdiproject.json.datacite.Identifier
-
Returns a unique identifier.
- getValue() - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
-
Returns the value of the AwardNumber.
- getValue() - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
-
Returns the value of the FunderIdentifier.
- getValue() - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
-
Returns a unique identifier of an individual or legal entity, according to various schemes.
- getValue() - Method in class de.gerdiproject.json.datacite.nested.PersonName
-
Returns the free text full name of the person or entity.
- getValue() - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Returns an identifier of related resources.
- getValue() - Method in class de.gerdiproject.json.datacite.ResourceType
-
Returns the free text description of the resource.
- getValue() - Method in class de.gerdiproject.json.datacite.Rights
-
Returns the free text that describes the rights.
- getValue() - Method in class de.gerdiproject.json.datacite.Subject
-
Returns a term that describes the resource.
- getValue() - Method in class de.gerdiproject.json.datacite.Title
-
Returns a free text title or name.
- getValueURI() - Method in class de.gerdiproject.json.datacite.Subject
-
Returns the URI of the subject term.
- getVersion() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns the version number of the resource.
- getWebLinks() - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Returns links to the data provider's website.
- GsonUtils - Class in de.gerdiproject.json
-
This is a static utility class that provides methods that are commonly used
by this GSON implementation.
- GYNAECOLOGY_AND_OBSTETRICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SearchIndexJson - Class in de.gerdiproject.json
-
This JSON object provides a harvested search index, as well as the harvesting duration, timestamp
and checksum of the harvested documents.
- SearchIndexJson(Collection<?>) - Constructor for class de.gerdiproject.json.SearchIndexJson
-
Simple constructor that requires only the harvested documents.
- SECURITY_AND_DEPENDABILITY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SENSORY_AND_BEHAVIOURAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SEPARATOR_CHARS_PATTERN - Static variable in class de.gerdiproject.generator.research.constants.ResearchGeneratorConstants
-
- serialize(AbstractDate, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.datacite.adapter.DateAdapter
-
- serialize(AbstractResearch, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.datacite.extension.adapter.ResearchAdapter
-
- serialize(Point, Type, JsonSerializationContext) - Method in class de.gerdiproject.json.geo.adapter.PointAdapter
-
Converts a GeoJson coordinate to an array with either
[longitude, latitude] or
[longitude, latitude, elevation] if elevation is defined.
- setAffiliations(List<String>) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Changes the organisational or institutional affiliations of the person.
- setAlternateIdentifiers(List<AlternateIdentifier>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes identifiers other than the primary Identifier applied to the
resource being registered.
- setAwardNumber(AwardNumber) - Method in class de.gerdiproject.json.datacite.FundingReference
-
Changes the code assigned by the funder to a sponsored award (grant).
- setAwardTitle(String) - Method in class de.gerdiproject.json.datacite.FundingReference
-
Changes the human readable title of the award (grant).
- setAwardURI(String) - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
-
Changes the URI leading to a page provided by the funder for more
information about 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.
- setContributors(List<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.
- setCoordinates(IGeoCoordinates) - Method in class de.gerdiproject.json.geo.GeoJson
-
Changes the coordinates of the GeoJson.
- setCreators(List<Creator>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the main researchers involved in producing the data, or the
authors of the publication.
- setData(Collection<?>) - Method in class de.gerdiproject.json.SearchIndexJson
-
- 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.
- setDateInformation(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
-
Changes the specific free text information about the date.
- setDates(List<AbstractDate>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes dates relevant to the work.
- setDescriptions(List<Description>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes all additional information that does not fit in any of the other
categories.
- setDurationInSeconds(long) - Method in class de.gerdiproject.json.SearchIndexJson
-
- setElevation(double) - Method in class de.gerdiproject.json.geo.Point
-
- setFamilyName(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Changes the surname or last name of the person.
- setFilledShape(List<Point>) - Method in class de.gerdiproject.json.geo.Polygon
-
Changes the filled shape of the polygon witout changing the holes.
- setFormats(List<String>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes technical format of the resource.
- setFunderIdentifier(FunderIdentifier) - Method in class de.gerdiproject.json.datacite.FundingReference
-
Changes the unique identifier of the funding entity.
- setFunderIdentifierType(FunderIdentifierType) - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
-
Changes the type of the funder identifier.
- setFunderName(String) - Method in class de.gerdiproject.json.datacite.FundingReference
-
Changes the name of the funding provider.
- setFundingReferences(List<FundingReference>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes information about financial support (funding) for the resource
being registered.
- setGeneralType(ResourceTypeGeneral) - Method in class de.gerdiproject.json.datacite.ResourceType
-
Changes the general type of the resource.
- setGeoLocations(List<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.
- setGivenName(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Changes the personal or first name of the person.
- setHarvestDate(long) - Method in class de.gerdiproject.json.SearchIndexJson
-
- setHash(String) - Method in class de.gerdiproject.json.SearchIndexJson
-
- setIdentifier(Identifier) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the unique identifier of the resource.
- setLabel(String) - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Changes the human readable name for the file.
- setLang(String) - Method in class de.gerdiproject.json.datacite.Description
-
Changes the language in which the description is written.
- setLang(String) - Method in class de.gerdiproject.json.datacite.Rights
-
Changes the IETF language tag of the rights text.
- setLang(String) - Method in class de.gerdiproject.json.datacite.Subject
-
Changes the IETF language tag of the subject text.
- setLang(String) - Method in class de.gerdiproject.json.datacite.Title
-
Changes the language of the title text.
- setLanguage(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the primary language of the resource.
- setLatitude(double) - Method in class de.gerdiproject.json.geo.Point
-
- setLongitude(double) - Method in class de.gerdiproject.json.geo.Point
-
- 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(PersonName) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Changes the name of the person.
- setName(PersonName) - Method in class de.gerdiproject.json.datacite.Contributor
-
- setName(PersonName) - Method in class de.gerdiproject.json.datacite.Creator
-
- setName(String) - Method in class de.gerdiproject.json.datacite.extension.WebLink
-
Changes the descriptive name of the web link destination.
- setNameIdentifiers(List<NameIdentifier>) - Method in class de.gerdiproject.json.datacite.abstr.AbstractPerson
-
Changes unique identifiers of an individual or legal entity, according to various schemes.
- setNameIdentifierScheme(String) - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
-
Changes the name of the name identifier scheme.
- setNameType(NameType) - Method in class de.gerdiproject.json.datacite.nested.PersonName
-
Changes the type of name.
- setPlace(String) - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Changes the description of the geographic location.
- setPoint(GeoJson) - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Changes the point location.
- setPolygons(List<GeoJson>) - Method in class de.gerdiproject.json.datacite.GeoLocation
-
Changes the list of drawn polygon areas, defined by sets of
points and lines connecting the points in closed chains.
- setPublicationYear(short) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the year when the data was or will be made publicly available.
- setPublisher(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the name of the entity that holds, archives, publishes prints,
distributes, releases, issues, or produces the resource
- 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
-
- setRelatedIdentifiers(List<RelatedIdentifier>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the identifiers of related resources.
- setRelatedMetadataScheme(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the type of the related identifier.
- setRelationType(RelationType) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the description of the relationship of the resource being registered (A)
and the related resource (B).
- setRepositoryIdentifier(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the unique but human readable name of the repository.
- setResearchDataList(List<ResearchData>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the downloadable source data files.
- setResearchDisciplines(List<AbstractResearch>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the list of human readable names of the research disciplines,
meaning the topics or domains that this document covers.
- setResourceType(ResourceType) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the description of the resource.
- setResourceTypeGeneral(ResourceTypeGeneral) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the general type of the related resource (B).
- setRightsList(List<Rights>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes rights information for this resource.
- setSchemeType(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the type of the relatedMetadataScheme, linked with the schemeURI.
- setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
-
Changes the URI of the name identifier scheme.
- setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the URI of the relatedMetadataScheme.
- setSchemeURI(String) - Method in class de.gerdiproject.json.datacite.Subject
-
Changes the URI of the subject identifier scheme.
- setSizes(List<String>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the unstructured size information about the resource.
- 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
-
- setSubjects(List<Subject>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the subjects, keywords, classification codes, and key phrases
describing the resource.
- setSubjectScheme(String) - Method in class de.gerdiproject.json.datacite.Subject
-
Changes the free text name of the subject scheme or classification
code or authority if one is used.
- setTitles(List<Title>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes names or titles by which the resource is known.
- setType(DateType) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
-
Changes the event that is marked by this date.
- setType(String) - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
-
Changes the type of the AlternateIdentifier.
- setType(ContributorType) - Method in class de.gerdiproject.json.datacite.Contributor
-
Changes the type of contributor of the resource.
- setType(DescriptionType) - Method in class de.gerdiproject.json.datacite.Description
-
Changes the type of the description.
- setType(String) - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Changes the file format, extension or mimetype.
- setType(WebLinkType) - Method in class de.gerdiproject.json.datacite.extension.WebLink
-
Changes the type of the web link.
- setType(IdentifierType) - Method in class de.gerdiproject.json.datacite.Identifier
-
Changes the type of the identifier.
- setType(RelatedIdentifierType) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the type of the related identifier.
- setType(TitleType) - Method in class de.gerdiproject.json.datacite.Title
-
Changes the type of title.
- setURI(String) - Method in class de.gerdiproject.json.datacite.Rights
-
Changes the URI of the license.
- setUrl(String) - Method in class de.gerdiproject.json.datacite.extension.ResearchData
-
Changes the URL that is used to access the file.
- setUrl(String) - Method in class de.gerdiproject.json.datacite.extension.WebLink
-
Changes the URL of the web link.
- setValue(String) - Method in class de.gerdiproject.json.datacite.abstr.AbstractDate
-
Changes the date value.
- setValue(String) - Method in class de.gerdiproject.json.datacite.AlternateIdentifier
-
Changes the unique identifier.
- 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 by parsing a Dublin-Core-compliant String.
- setValue(String) - Method in class de.gerdiproject.json.datacite.Description
-
Changes a free text description.
- setValue(String) - Method in class de.gerdiproject.json.datacite.Identifier
-
Changes the unique identifier.
- setValue(String) - Method in class de.gerdiproject.json.datacite.nested.AwardNumber
-
Changes the value of the AwardNumber.
- setValue(String) - Method in class de.gerdiproject.json.datacite.nested.FunderIdentifier
-
Changes the value of the FunderIdentifier.
- setValue(String) - Method in class de.gerdiproject.json.datacite.nested.NameIdentifier
-
Changes a unique identifier of an individual or legal entity, according to various schemes.
- setValue(String) - Method in class de.gerdiproject.json.datacite.nested.PersonName
-
Changes the free text full name of the person or entity.
- setValue(String) - Method in class de.gerdiproject.json.datacite.RelatedIdentifier
-
Changes the free text identifier of related resources.
- setValue(String) - Method in class de.gerdiproject.json.datacite.ResourceType
-
Changes the free text description of the resource.
- setValue(String) - Method in class de.gerdiproject.json.datacite.Rights
-
Changes the free text that describes the rights.
- setValue(String) - Method in class de.gerdiproject.json.datacite.Subject
-
Changes a term that describes the resource.
- setValue(String) - Method in class de.gerdiproject.json.datacite.Title
-
Changes the free text title or name.
- setValueURI(String) - Method in class de.gerdiproject.json.datacite.Subject
-
Changes the URI of the subject term.
- setVersion(String) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the version number of the resource.
- setWasHarvestedFromDisk(boolean) - Method in class de.gerdiproject.json.SearchIndexJson
-
- setWebLinks(List<WebLink>) - Method in class de.gerdiproject.json.datacite.DataCiteJson
-
Changes the links to the data provider's website.
- SINTERED_METALLIC_AND_CERAMIC_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SOCIAL_AND_CULTURAL_ANTHROPOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchAreaConstants
-
- SOCIAL_AND_CULTURAL_ANTHROPOLOGY_AND_ETHNOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SOCIAL_PSYCHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SOCIAL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchAreaConstants
-
- SOCIOLOGICAL_THEORY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SOFTWARE_ENGINEERING_AND_PROGRAMMING_LANGUAGES - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SOIL_SCIENCES - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SOLID_STATE_AND_SURFACE_CHEMISTRY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SPECIAL_ZOOLOGY_AND_MORPHOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.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.constants.ResearchAreaConstants
-
- STATISTICAL_PHYSICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- STATISTICS_AND_ECONOMETRICS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- StringCleaner - Class in de.gerdiproject.harvest.utils
-
This class is used for cleaning up Strings, removing unneccessary tags and spaces.
- StringCleaner() - Constructor for class de.gerdiproject.harvest.utils.StringCleaner
-
- stringToInstant(String) - Static method in class de.gerdiproject.json.datacite.abstr.AbstractDate
-
Tries to parse a String to a date.
- STRUCTURAL_BIOLOGY - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- STRUCTURAL_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- STRUCTURING_AND_FUNCTIONALISATION - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- Subject - Class in de.gerdiproject.json.datacite
-
Subject, keywords (tags), classification codes, or key phrases describing the resource.
- Subject(String) - Constructor for class de.gerdiproject.json.datacite.Subject
-
Simple constructor that requires all mandatory fields.
- SYNTHESIS_AND_PROPERTIES_OF_FUNCTIONAL_MATERIALS - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SYSTEMIC_NEUROSCIENCE - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchDisciplineConstants
-
- SYSTEMS_ENGINEERING - Static variable in class de.gerdiproject.json.datacite.extension.constants.ResearchAreaConstants
-
- 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.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.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.constants.ResearchDisciplineConstants
-