Package net.opengis.fes20
Interface GeometryOperandType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GeometryOperandTypeImpl
 
 public interface GeometryOperandType extends EObjectA representation of the model object 'Geometry Operand Type'.The following features are supported: - See Also:
- Fes20Package.getGeometryOperandType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetName()Returns the value of the 'Name' attribute.voidsetName(QName value)Sets the value of the 'Name' attribute.
 
- 
- 
- 
Method Detail- 
getNameQName getName() Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(QName),- Fes20Package.getGeometryOperandType_Name()
 
 
- 
 
-