Package net.opengis.fes20
Interface ExtendedCapabilitiesType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ExtendedCapabilitiesTypeImpl
 
 public interface ExtendedCapabilitiesType extends EObjectA representation of the model object 'Extended Capabilities Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalOperatorsTypegetAdditionalOperators()Returns the value of the 'Additional Operators' containment reference.voidsetAdditionalOperators(AdditionalOperatorsType value)Sets the value of the 'Additional Operators' containment reference.
 
- 
- 
- 
Method Detail- 
getAdditionalOperatorsAdditionalOperatorsType 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()
 
 - 
setAdditionalOperatorsvoid 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()
 
 
- 
 
-