Package net.opengis.fes20
Interface ExtendedCapabilitiesType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ExtendedCapabilitiesTypeImpl
public interface ExtendedCapabilitiesType extends EObject
A representation of the model object 'Extended Capabilities Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalOperatorsType
getAdditionalOperators()
Returns the value of the 'Additional Operators' containment reference.void
setAdditionalOperators(AdditionalOperatorsType value)
Sets the value of the 'Additional Operators
' containment reference.
-
-
-
Method Detail
-
getAdditionalOperators
AdditionalOperatorsType getAdditionalOperators()
Returns the value of the 'Additional Operators' containment reference.If the meaning of the 'Additional Operators' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Additional Operators' containment reference.
- See Also:
setAdditionalOperators(AdditionalOperatorsType)
,Fes20Package.getExtendedCapabilitiesType_AdditionalOperators()
-
setAdditionalOperators
void setAdditionalOperators(AdditionalOperatorsType value)
Sets the value of the 'Additional Operators
' containment reference.- Parameters:
value
- the new value of the 'Additional Operators' containment reference.- See Also:
getAdditionalOperators()
-
-