Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadValueList
-
Packages that use ReadValueList Package Description de.iip_ecosphere.platform.support.semanticId.eclass.api de.iip_ecosphere.platform.support.semanticId.eclass.model Missing parts in Eclass specification. -
-
Uses of ReadValueList in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadValueList Modifier and Type Method Description ReadValueListEclassJsonReadServicesApi. jsonapiV1ValueListsIrdiGet(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release)Single valuelist Read valuelist by IRDIMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadValueList Modifier and Type Method Description ApiResponse<ReadValueList>EclassJsonReadServicesApi. jsonapiV1ValueListsIrdiGetWithHttpInfo(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release)Single valuelist Read valuelist by IRDIMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadValueList Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1ValueListsIrdiGetAsync(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release, ApiCallback<ReadValueList> callback)Single valuelist (asynchronously) Read valuelist by IRDI -
Uses of ReadValueList in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadValueList Modifier and Type Method Description ReadValueListReadValueList. definition(Definition definition)ReadValueListReadValueList. irdi(java.lang.String irdi)ReadValueListReadValueList. preferredName(PreferredName preferredName)ReadValueListReadValueList. release(java.lang.String release)ReadValueListReadValueList. unit(java.lang.Object unit)ReadValueListReadValueList. valueListDataType(ReadValueList.ValueListDataTypeEnum valueListDataType)ReadValueListReadValueList. valueSpecification(ReadValueList.ValueSpecificationEnum valueSpecification)
-