Package net.opengis.ows20
Interface NilValueType
- All Superinterfaces:
CodeType
,EObject
,Notifier
- All Known Implementing Classes:
NilValueTypeImpl
A representation of the model object 'Nil Value Type'.
The value used (e.g. -255) to represent a nil value with
optional nilReason and codeSpace attributes.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Nil Reason' attribute.void
setNilReason
(String value) Sets the value of the 'Nil Reason
' attribute.Methods inherited from interface CodeType
getCodeSpace, getValue, setCodeSpace, setValue
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNilReason
String getNilReason()Returns the value of the 'Nil Reason' attribute. An anyURI value which refers to a resource that describes the reason for the nil value- Returns:
- the value of the 'Nil Reason' attribute.
- See Also:
-
setNilReason
Sets the value of the 'Nil Reason
' attribute.- Parameters:
value
- the new value of the 'Nil Reason' attribute.- See Also:
-