Class TLcdGML32ParameterValue

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32ParameterValue extends TLcdGML32AbstractGeneralParameterValue
gml:ParameterValue is a parameter value, an ordered sequence of values, or a reference to a file of parameter values. This concrete complex type may be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
Since:
2026.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the choice between the value and dmsAngleValue and stringValue and integerValue and booleanValue and valueList and integerValueList and valueFile elements. The possible values for this property are instances of
    • OPERATION_PARAMETER_PROPERTY

      public static final TLcdDataProperty OPERATION_PARAMETER_PROPERTY
      Data property that maps to the operationParameter element. The possible values for this property are instances of TLcdGML32OperationParameterProperty.
  • Constructor Details

    • TLcdGML32ParameterValue

      public TLcdGML32ParameterValue()
    • TLcdGML32ParameterValue

      public TLcdGML32ParameterValue(TLcdDataType aType)
  • Method Details

    • getValue

      public Object getValue()
      Returns the value of the property that maps to the choice between the value and dmsAngleValue and stringValue and integerValue and booleanValue and valueList and integerValueList and valueFile elements.

      The possible values for this property are instances of

      Returns:
      the value of the VALUE_PROPERTY property.
    • setValue

      public void setValue(Object aValue)
      Sets the value of the property that maps to the choice between the value and dmsAngleValue and stringValue and integerValue and booleanValue and valueList and integerValueList and valueFile elements.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getOperationParameter

      public TLcdGML32OperationParameter getOperationParameter()
      Returns the value of the property that maps to the operationParameter element.

      gml:operationParameter is an association role to the operation parameter of which this is a value.

      Returns:
      the value of the OPERATION_PARAMETER_PROPERTY property.
      See Also:
    • setOperationParameter

      public void setOperationParameter(TLcdGML32OperationParameter aValue)
      Sets the value of the property that maps to the operationParameter element.

      gml:operationParameter is an association role to the operation parameter of which this is a value.

      Parameters:
      aValue - the value to set for the OPERATION_PARAMETER_PROPERTY property.