Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadQuantity
-
Packages that use ReadQuantity 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 ReadQuantity in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadQuantity Modifier and Type Method Description ReadQuantityEclassJsonReadServicesApi. jsonapiV1QuantitiesIrdiGet(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release)Single quantity Read quantity by IRDIMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadQuantity Modifier and Type Method Description ApiResponse<ReadQuantity>EclassJsonReadServicesApi. jsonapiV1QuantitiesIrdiGetWithHttpInfo(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release)Single quantity Read quantity by IRDIMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadQuantity Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1QuantitiesIrdiGetAsync(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release, ApiCallback<ReadQuantity> callback)Single quantity (asynchronously) Read quantity by IRDI -
Uses of ReadQuantity in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadQuantity Modifier and Type Method Description ReadQuantityReadQuantity. addUnitsItem(StructureElementLink unitsItem)ReadQuantityReadQuantity. aspectOfConversion(java.lang.Object aspectOfConversion)ReadQuantityReadQuantity. definition(Definition definition)ReadQuantityReadQuantity. preferredName(PreferredName preferredName)ReadQuantityReadQuantity. release(java.lang.String release)ReadQuantityReadQuantity. units(java.util.List<StructureElementLink> units)
-