Class PropertyData
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.PropertyData
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-04-24T12:13:40.243553646+02:00[Europe/Berlin]")
public class PropertyData
extends Object
PropertyData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets propertyDataTypestatic enumGets or Sets propertyType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<StructureElementLink> private List<StructureElementLink> private AllOfpropertyDataCurrencyprivate List<StructureElementLink> private Booleanprivate Booleanprivate PropertyData.PropertyTypeEnumprivate AllOfpropertyDataQuantityprivate AllOfpropertyDataRangeConstraintprivate AllOfpropertyDataReferencedClassprivate Stringprivate Booleanprivate AllOfpropertyDataUnit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDefinedLevelsItem(LevelType definedLevelsItem) currency(AllOfpropertyDataCurrency currency) definedLevels(List<LevelType> definedLevels) booleanGet alternativeUnitsIf propertyType is dependent, the property may depend on condition properties<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (currency)</li><li>Real (currency)</li></ul>If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the propertyIf propertyType is condition, the property may have depend propertiesGet propertyDataTypeGet propertyType<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>Get rangeConstraint<span style='color: red;'>Important:</span> Used only with the following property data types:<ul><li>Reference</li></ul>Release namegetUnit()<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>inthashCode()Property is of level type<br /><span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li> <li>Integer (count)</li> <li>Rational (count)</li> <li>Real (count)</li> <li>Integer (currency)</li> <li>Real (currency)</li> <li>Date</li> <li>Time</li> <li>Timestamp</li> <ul>Get isMultivalentisLevelType(Boolean isLevelType) isMultivalent(Boolean isMultivalent) Get suggestedValueListpropertyDataType(PropertyData.PropertyDataTypeEnum propertyDataType) propertyType(PropertyData.PropertyTypeEnum propertyType) quantity(AllOfpropertyDataQuantity quantity) rangeConstraint(AllOfpropertyDataRangeConstraint rangeConstraint) referencedClass(AllOfpropertyDataReferencedClass referencedClass) voidsetCurrency(AllOfpropertyDataCurrency currency) voidsetDefinedLevels(List<LevelType> definedLevels) voidsetIsLevelType(Boolean isLevelType) voidsetIsMultivalent(Boolean isMultivalent) voidsetPropertyDataType(PropertyData.PropertyDataTypeEnum propertyDataType) voidsetPropertyType(PropertyData.PropertyTypeEnum propertyType) voidsetQuantity(AllOfpropertyDataQuantity quantity) voidsetRangeConstraint(AllOfpropertyDataRangeConstraint rangeConstraint) voidsetReferencedClass(AllOfpropertyDataReferencedClass referencedClass) voidsetRelease(String release) voidsetSuggestedValueList(Boolean suggestedValueList) voidsetUnit(AllOfpropertyDataUnit unit) suggestedValueList(Boolean suggestedValueList) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()unit(AllOfpropertyDataUnit unit)
-
Field Details
-
release
-
propertyType
-
propertyDataType
-
isLevelType
-
isMultivalent
-
suggestedValueList
-
definedLevels
-
unit
-
alternativeUnits
-
quantity
-
currency
-
referencedClass
-
conditionProperties
-
dependentProperties
-
rangeConstraint
-
-
Constructor Details
-
PropertyData
public PropertyData()
-
-
Method Details
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
propertyType
-
getPropertyType
Get propertyType- Returns:
- propertyType
-
setPropertyType
-
propertyDataType
-
getPropertyDataType
Get propertyDataType- Returns:
- propertyDataType
-
setPropertyDataType
-
isLevelType
-
isIsLevelType
Property is of level type<br /><span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li> <li>Integer (count)</li> <li>Rational (count)</li> <li>Real (count)</li> <li>Integer (currency)</li> <li>Real (currency)</li> <li>Date</li> <li>Time</li> <li>Timestamp</li> <ul>- Returns:
- isLevelType
-
setIsLevelType
-
isMultivalent
-
isIsMultivalent
Get isMultivalent- Returns:
- isMultivalent
-
setIsMultivalent
-
suggestedValueList
-
isSuggestedValueList
Get suggestedValueList- Returns:
- suggestedValueList
-
setSuggestedValueList
-
definedLevels
-
addDefinedLevelsItem
-
getDefinedLevels
If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the property- Returns:
- definedLevels
-
setDefinedLevels
-
unit
-
getUnit
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>- Returns:
- unit
-
setUnit
-
getAlternativeUnits
Get alternativeUnits- Returns:
- alternativeUnits
-
quantity
-
getQuantity
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>- Returns:
- quantity
-
setQuantity
-
currency
-
getCurrency
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (currency)</li><li>Real (currency)</li></ul>- Returns:
- currency
-
setCurrency
-
referencedClass
-
getReferencedClass
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul><li>Reference</li></ul>- Returns:
- referencedClass
-
setReferencedClass
-
getConditionProperties
If propertyType is dependent, the property may depend on condition properties- Returns:
- conditionProperties
-
getDependentProperties
If propertyType is condition, the property may have depend properties- Returns:
- dependentProperties
-
rangeConstraint
-
getRangeConstraint
Get rangeConstraint- Returns:
- rangeConstraint
-
setRangeConstraint
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-