Class ValueData
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.ValueData
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-20T14:36:57.435832949Z[Etc/UTC]")
public class ValueData
extends Object
ValueData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets valueDataType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AllOfvalueDataReferencedClassprivate Stringprivate AllOfvalueDataUnitprivate Stringprivate ValueData.ValueDataTypeEnum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<span style='color: red;'>Important:</span> Used only with the following value data types:<ul><li>Reference</li></ul>Release namegetUnit()<span style='color: red;'>Important:</span> Used only with the following value data types:<ul><li>Real (measure)</li></ul>getValue()The coded value (required for all data types except Reference)<br />must match the selected data type (especially important when selecting data types time, date, timestamp or rational)Get valueDataTypeinthashCode()referencedClass(AllOfvalueDataReferencedClass referencedClass) voidsetReferencedClass(AllOfvalueDataReferencedClass referencedClass) voidsetRelease(String release) voidsetUnit(AllOfvalueDataUnit unit) voidvoidsetValueDataType(ValueData.ValueDataTypeEnum valueDataType) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()unit(AllOfvalueDataUnit unit) valueDataType(ValueData.ValueDataTypeEnum valueDataType)
-
Field Details
-
release
-
value
-
valueDataType
-
unit
-
referencedClass
-
-
Constructor Details
-
ValueData
public ValueData()
-
-
Method Details
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
value
-
getValue
The coded value (required for all data types except Reference)<br />must match the selected data type (especially important when selecting data types time, date, timestamp or rational)- Returns:
- value
-
setValue
-
valueDataType
-
getValueDataType
Get valueDataType- Returns:
- valueDataType
-
setValueDataType
-
unit
-
getUnit
<span style='color: red;'>Important:</span> Used only with the following value data types:<ul><li>Real (measure)</li></ul>- Returns:
- unit
-
setUnit
-
referencedClass
-
getReferencedClass
<span style='color: red;'>Important:</span> Used only with the following value data types:<ul><li>Reference</li></ul>- Returns:
- referencedClass
-
setReferencedClass
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-