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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNilReason()Returns the value of the 'Nil Reason' attribute.voidsetNilReason(String value)Sets the value of the 'Nil Reason' attribute.- 
Methods inherited from interface CodeTypegetCodeSpace, getValue, setCodeSpace, setValue
 
- 
 
- 
- 
- 
Method Detail- 
getNilReasonString 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()
 
 - 
setNilReasonvoid setNilReason(String value) Sets the value of the 'Nil Reason' attribute.- Parameters:
- value- the new value of the 'Nil Reason' attribute.
- See Also:
- getNilReason()
 
 
- 
 
-