public class SdmxCodelist extends SdmxAsset
SdmxAsset that represents codelists.| Modifier and Type | Field and Description |
|---|---|
static Type<SdmxCodelist> |
type
The type of
CsvCodelists. |
| Constructor and Description |
|---|
SdmxCodelist(String name,
RepositoryService service)
Creates an instance with a given target service.
|
SdmxCodelist(String urn,
String id,
String version,
String name)
Creates an instance with a given URN, identifier, version, and a name.
|
SdmxCodelist(String urn,
String id,
String version,
String name,
Property... properties)
Creates an instance with a given URN, identifier, version, and a name.
|
agency, equals, hashCode, remoteId, setAgency, setStatus, setURI, status, toString, uriid, name, service, setService, setVersion, type, versionproperties, propertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitpropertiespublic static final Type<SdmxCodelist> type
CsvCodelists.public SdmxCodelist(String urn, String id, String version, String name)
Use as a plugin-facing constructor for codelist discovery and retrieval purposes.
urn - the URNid - the identifierversion - the versionname - the nameservice - the serviceproperties - the propertiespublic SdmxCodelist(String urn, String id, String version, String name, Property... properties)
Use as a plugin-facing constructor for codelist discovery and retrieval purposes.
urn - the URNid - the identifierversion - the versionname - the nameservice - the serviceproperties - the propertiespublic SdmxCodelist(String name, RepositoryService service)
Use as a client-facing constructor for codelist publication.
name - the nameservice - the serviceCopyright © 2018. All rights reserved.