Class ReadValueList
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadValueList
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-04-24T12:13:40.243553646+02:00[Europe/Berlin]")
public class ReadValueList
extends StructureElementSystemData
ReadValueList
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum<span style='color: red;'>Important:</span> The following data types require 'valueSpecification': 'explicit values':<ul><li>Integer (currency)</li><li>Integer (measure)</li><li>Rational (measure)</li><li>Real (currency)</li></ul>static enumGets or Sets valueSpecification -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Definitionprivate PreferredNameprivate List<StructureElementLink> private Stringprivate Stringprivate Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefinition(Definition definition) booleanGet definitionGet preferredNameGet quantitiesGet readValueListIrdiRelease namegetUnit()<span style='color: red;'>Important:</span> Requires one of the following data types:<ul><li>Integer (measure)</li><li>Rational (measure)</li><li>Real (measure)</li></ul><span style='color: red;'>Important:</span> The following data types require 'valueSpecification': 'explicit values':<ul><li>Integer (currency)</li><li>Integer (measure)</li><li>Rational (measure)</li><li>Real (currency)</li></ul>Get valuesGet valueSpecificationinthashCode()preferredName(PreferredName preferredName) readValueListIrdi(String readValueListIrdi) voidsetDefinition(Definition definition) voidsetPreferredName(PreferredName preferredName) voidsetReadValueListIrdi(String readValueListIrdi) voidsetRelease(String release) voidvoidsetValueListDataType(ReadValueList.ValueListDataTypeEnum valueListDataType) voidsetValueSpecification(ReadValueList.ValueSpecificationEnum valueSpecification) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()valueListDataType(ReadValueList.ValueListDataTypeEnum valueListDataType) valueSpecification(ReadValueList.ValueSpecificationEnum valueSpecification) Methods inherited from class de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
getIrdi, irdi, setIrdi
-
Field Details
-
preferredName
-
definition
-
readValueListIrdi
-
release
-
valueListDataType
-
valueSpecification
@SerializedName("valueSpecification") private ReadValueList.ValueSpecificationEnum valueSpecification -
unit
-
values
-
quantities
-
-
Constructor Details
-
ReadValueList
public ReadValueList()
-
-
Method Details
-
preferredName
-
getPreferredName
Get preferredName- Returns:
- preferredName
-
setPreferredName
-
definition
-
getDefinition
Get definition- Returns:
- definition
-
setDefinition
-
readValueListIrdi
-
getReadValueListIrdi
Get readValueListIrdi- Returns:
- readValueListIrdi
-
setReadValueListIrdi
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
valueListDataType
-
getValueListDataType
<span style='color: red;'>Important:</span> The following data types require 'valueSpecification': 'explicit values':<ul><li>Integer (currency)</li><li>Integer (measure)</li><li>Rational (measure)</li><li>Real (currency)</li></ul>- Returns:
- valueListDataType
-
setValueListDataType
-
valueSpecification
-
getValueSpecification
Get valueSpecification- Returns:
- valueSpecification
-
setValueSpecification
-
unit
-
getUnit
<span style='color: red;'>Important:</span> Requires one of the following data types:<ul><li>Integer (measure)</li><li>Rational (measure)</li><li>Real (measure)</li></ul>- Returns:
- unit
-
setUnit
-
getValues
Get values- Returns:
- values
-
getQuantities
Get quantities- Returns:
- quantities
-
equals
- Overrides:
equalsin classStructureElementSystemData
-
hashCode
public int hashCode()- Overrides:
hashCodein classStructureElementSystemData
-
toString
- Overrides:
toStringin classStructureElementSystemData
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-