QualitativeValue
Type name: QualitativeValue
Extends Enumeration
Name |
Type |
Description |
equal |
QualitativeValue |
This ordering relation for qualitative values indicates that the subject is equal to the object. |
greater |
QualitativeValue |
This ordering relation for qualitative values indicates that the subject is greater than the object. |
greaterOrEqual |
QualitativeValue |
This ordering relation for qualitative values indicates that the subject is greater than or equal to the object. |
lesser |
QualitativeValue |
This ordering relation for qualitative values indicates that the subject is lesser than the object. |
lesserOrEqual |
QualitativeValue |
This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object. |
nonEqual |
QualitativeValue |
This ordering relation for qualitative values indicates that the subject is not equal to the object. |
valueReference |
Enumeration or StructuredValue |
A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`QualitativeValue` extends the `Enumeration` type and is used for expressing qualitative values with ordering relations."],["It includes properties like `equal`, `greater`, `greaterOrEqual`, `lesser`, `lesserOrEqual`, and `nonEqual` to define relationships between qualitative values."],["The `valueReference` property can point to an `Enumeration` or `StructuredValue` to provide further context or information about the qualitative value."]]],["QualitativeValue extends Enumeration and defines ordering relations between a subject and an object. These relations include `equal`, `greater`, `greaterOrEqual`, `lesser`, `lesserOrEqual`, and `nonEqual`, all using QualitativeValue as their type. Additionally, `valueReference` acts as a pointer to supplementary data, with types being either Enumeration or StructuredValue. This feature provides more information on the primary value.\n"]]