Package com.luciad.format.gml32.model
Class TLcdGML32AbstractGeneralOperationParameter
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.gml32.model.TLcdGML32IdentifiedObject
com.luciad.format.gml32.model.TLcdGML32AbstractGeneralOperationParameter
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdGML32OperationParameter,TLcdGML32OperationParameterGroup
gml:GeneralOperationParameter is the abstract definition of a parameter or group of parameters used by an operation method.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theminimumOccurselement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theminimumOccurselement.voidsetMinimumOccurs(Long aValue) Sets the value of the property that maps to theminimumOccurselement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
MINIMUM_OCCURS_PROPERTY
Data property that maps to theminimumOccurselement. The possible values for this property are instances ofLong.
-
-
Constructor Details
-
TLcdGML32AbstractGeneralOperationParameter
public TLcdGML32AbstractGeneralOperationParameter() -
TLcdGML32AbstractGeneralOperationParameter
-
-
Method Details
-
getMinimumOccurs
Returns the value of the property that maps to theminimumOccurselement.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_PROPERTYproperty.
-
setMinimumOccurs
Sets the value of the property that maps to theminimumOccurselement.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 theMINIMUM_OCCURS_PROPERTYproperty.
-