Package net.opengis.gml311
Interface AbstractGeneralOperationParameterType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
OperationParameterBaseType
,OperationParameterGroupBaseType
,OperationParameterGroupType
,OperationParameterType
- All Known Implementing Classes:
AbstractGeneralOperationParameterTypeImpl
,OperationParameterBaseTypeImpl
,OperationParameterGroupBaseTypeImpl
,OperationParameterGroupTypeImpl
,OperationParameterTypeImpl
A representation of the model object 'Abstract General Operation Parameter Type'.
Abstract definition of a parameter or group of parameters used by an operation method.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Minimum Occurs' attribute.void
setMinimumOccurs
(BigInteger value) Sets the value of the 'Minimum Occurs
' attribute.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMinimumOccurs
BigInteger getMinimumOccurs()Returns the value of the 'Minimum Occurs' attribute. The minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number is one.- Returns:
- the value of the 'Minimum Occurs' attribute.
- See Also:
-
setMinimumOccurs
Sets the value of the 'Minimum Occurs
' attribute.- Parameters:
value
- the new value of the 'Minimum Occurs' attribute.- See Also:
-