Class TLcdGML32AbstractGeneralOperationParameter

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdGML32OperationParameter, TLcdGML32OperationParameterGroup

public class TLcdGML32AbstractGeneralOperationParameter extends TLcdGML32IdentifiedObject
gml:GeneralOperationParameter is the abstract definition of a parameter or group of parameters used by an operation method.
Since:
2026.0
  • Field Details

    • MINIMUM_OCCURS_PROPERTY

      public static final TLcdDataProperty MINIMUM_OCCURS_PROPERTY
      Data property that maps to the minimumOccurs element. The possible values for this property are instances of Long.
  • Constructor Details

    • TLcdGML32AbstractGeneralOperationParameter

      public TLcdGML32AbstractGeneralOperationParameter()
    • TLcdGML32AbstractGeneralOperationParameter

      public TLcdGML32AbstractGeneralOperationParameter(TLcdDataType aType)
  • Method Details

    • getMinimumOccurs

      public Long getMinimumOccurs()
      Returns the value of the property that maps to the minimumOccurs element.

      gml:minimumOccurs is the minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number shall be one.

      Returns:
      the value of the MINIMUM_OCCURS_PROPERTY property.
    • setMinimumOccurs

      public void setMinimumOccurs(Long aValue)
      Sets the value of the property that maps to the minimumOccurs element.

      gml:minimumOccurs is the minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number shall be one.

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