Package net.opengis.ows20
Interface NilValueType
-
- All Superinterfaces:
CodeType
,EObject
,Notifier
- All Known Implementing Classes:
NilValueTypeImpl
public interface NilValueType extends CodeType
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:
Ows20Package.getNilValueType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNilReason()
Returns 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
-
-
-
-
Method Detail
-
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(String)
,Ows20Package.getNilValueType_NilReason()
-
setNilReason
void setNilReason(String value)
Sets the value of the 'Nil Reason
' attribute.- Parameters:
value
- the new value of the 'Nil Reason' attribute.- See Also:
getNilReason()
-
-