Package net.opengis.fes20
Interface GeometryOperandType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GeometryOperandTypeImpl
public interface GeometryOperandType extends EObject
A representation of the model object 'Geometry Operand Type'.The following features are supported:
- See Also:
Fes20Package.getGeometryOperandType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getName()
Returns the value of the 'Name' attribute.void
setName(QName value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getName
QName 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()
-
-