Class TLcdGML32ParameterValueGroup

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32ParameterValueGroup extends TLcdGML32AbstractGeneralParameterValue
gml:ParameterValueGroup is a group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level ParameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complex type can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with only one instance. The parameterValue elements are an unordered set of composition association roles to the parameter values and groups of values included in this group.
Since:
2026.0
  • Field Details

    • PARAMETER_VALUE_PROPERTY

      public static final TLcdDataProperty PARAMETER_VALUE_PROPERTY
      Data property that maps to the parameterValue element. The possible values for this property are instances of List<TLcdGML32AbstractGeneralParameterValueProperty>.
    • GROUP_PROPERTY

      public static final TLcdDataProperty GROUP_PROPERTY
      Data property that maps to the group element. The possible values for this property are instances of TLcdGML32OperationParameterGroupProperty.
  • Constructor Details

    • TLcdGML32ParameterValueGroup

      public TLcdGML32ParameterValueGroup()
    • TLcdGML32ParameterValueGroup

      public TLcdGML32ParameterValueGroup(TLcdDataType aType)
  • Method Details