Uses of Class
eu.dnetlib.dhp.schema.solr.CodeLabel
-
Uses of CodeLabel in eu.dnetlib.dhp.schema.solr
Methods in eu.dnetlib.dhp.schema.solr that return CodeLabelModifier and TypeMethodDescriptionProject.getContracttype()RelatedRecord.getContracttype()Organization.getCountry()Datasource.getDatasourcetype()RelatedRecord.getDatasourcetype()Datasource.getDatasourcetypeui()RelatedRecord.getDatasourcetypeui()Datasource.getEoscdatasourcetype()Datasource.getEosctype()Datasource.getJurisdiction()Datasource.getOpenairecompatibility()RelatedRecord.getOpenairecompatibility()ExternalReference.getQualifier()static CodeLabelCodeLabel.newInstance(String code, String label) Methods in eu.dnetlib.dhp.schema.solr that return types with arguments of type CodeLabelModifier and TypeMethodDescriptionRelatedRecord.getAffiliationsTimeline()Datasource.getContentpolicies()Datasource.getPolicies()Measure.getUnit()Methods in eu.dnetlib.dhp.schema.solr with parameters of type CodeLabelModifier and TypeMethodDescriptionstatic ExternalReferenceExternalReference.newInstance(String sitename, String label, List<String> alternateLabel, String url, CodeLabel qualifier, String refidentifier, String query) voidProject.setContracttype(CodeLabel contracttype) voidRelatedRecord.setContracttype(CodeLabel contracttype) voidOrganization.setCountry(CodeLabel country) voidDatasource.setDatasourcetype(CodeLabel datasourcetype) voidRelatedRecord.setDatasourcetype(CodeLabel datasourcetype) voidDatasource.setDatasourcetypeui(CodeLabel datasourcetypeui) voidRelatedRecord.setDatasourcetypeui(CodeLabel datasourcetypeui) voidDatasource.setEoscdatasourcetype(CodeLabel eoscdatasourcetype) voidDatasource.setEosctype(CodeLabel eosctype) voidDatasource.setJurisdiction(CodeLabel jurisdiction) voidDatasource.setOpenairecompatibility(CodeLabel openairecompatibility) voidRelatedRecord.setOpenairecompatibility(CodeLabel openairecompatibility) voidExternalReference.setQualifier(CodeLabel qualifier) Method parameters in eu.dnetlib.dhp.schema.solr with type arguments of type CodeLabelModifier and TypeMethodDescriptionstatic MeasureMeasure.newInstance(String id, List<CodeLabel> unit) voidRelatedRecord.setAffiliationsTimeline(List<CodeLabel> affiliationsTimeline) voidDatasource.setContentpolicies(List<CodeLabel> contentpolicies) voidDatasource.setPolicies(List<CodeLabel> policies) void