Package net.opengis.gml311
Interface OperationMethodBaseType
- 
- All Superinterfaces:
- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Subinterfaces:
- OperationMethodType
 - All Known Implementing Classes:
- OperationMethodBaseTypeImpl,- OperationMethodTypeImpl
 
 public interface OperationMethodBaseType extends DefinitionType A representation of the model object 'Operation Method Base Type'. Basic encoding for operation method objects, simplifying and restricting the DefinitionType as needed.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetMethodName()Returns the value of the 'Method Name' containment reference.voidsetMethodName(CodeType value)Sets the value of the 'Method Name' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getMethodNameCodeType getMethodName() Returns the value of the 'Method Name' containment reference. The name by which this operation method is identified.- Returns:
- the value of the 'Method Name' containment reference.
- See Also:
- setMethodName(CodeType),- Gml311Package.getOperationMethodBaseType_MethodName()
 
 - 
setMethodNamevoid setMethodName(CodeType value) Sets the value of the 'Method Name' containment reference.- Parameters:
- value- the new value of the 'Method Name' containment reference.
- See Also:
- getMethodName()
 
 
- 
 
-