Class TLcdGML32AbstractGeneralParameterValueProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractGeneralParameterValueelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractGeneralParameterValueelement.voidSets the value of the property that maps to theAbstractGeneralParameterValueelement.
-
Field Details
-
ABSTRACT_GENERAL_PARAMETER_VALUE_PROPERTY
Data property that maps to theAbstractGeneralParameterValueelement. The possible values for this property are instances ofTLcdGML32AbstractGeneralParameterValue.
-
-
Constructor Details
-
TLcdGML32AbstractGeneralParameterValueProperty
public TLcdGML32AbstractGeneralParameterValueProperty() -
TLcdGML32AbstractGeneralParameterValueProperty
-
-
Method Details
-
getAbstractGeneralParameterValue
Returns the value of the property that maps to theAbstractGeneralParameterValueelement.gml:AbstractGeneralParameterValue is an abstract parameter value or group of parameter values. This abstract complexType is expected to be extended and restricted for well-known operation methods with many instances, in Application Schemas that define operation-method-specialized element names and contents. Specific parameter value elements are directly contained in concrete subtypes, not in this abstract type. All concrete types derived from this type shall extend this type to include one "...Value" element with an appropriate type, which should be one of the element types allowed in the ParameterValueType. In addition, all derived concrete types shall extend this type to include a "operationParameter" property element that references one element substitutable for the "OperationParameter" object element.
- Returns:
- the value of the
ABSTRACT_GENERAL_PARAMETER_VALUE_PROPERTYproperty.
-
setAbstractGeneralParameterValue
Sets the value of the property that maps to theAbstractGeneralParameterValueelement.gml:AbstractGeneralParameterValue is an abstract parameter value or group of parameter values. This abstract complexType is expected to be extended and restricted for well-known operation methods with many instances, in Application Schemas that define operation-method-specialized element names and contents. Specific parameter value elements are directly contained in concrete subtypes, not in this abstract type. All concrete types derived from this type shall extend this type to include one "...Value" element with an appropriate type, which should be one of the element types allowed in the ParameterValueType. In addition, all derived concrete types shall extend this type to include a "operationParameter" property element that references one element substitutable for the "OperationParameter" object element.
- Parameters:
aValue- the value to set for theABSTRACT_GENERAL_PARAMETER_VALUE_PROPERTYproperty.
-