Constraint Descriptor : constraint_quqimt000001UV01_queryContinuationStatusCodeValue (type: ERROR, kind: )

Constraint : constraint_quqimt000001UV01_queryContinuationStatusCodeValue

Constraint Name
constraint_quqimt000001UV01_queryContinuationStatusCodeValue (type: ERROR, kind: )
Constraint Class
QueryContinuationSpec
Package
quqimt000001UV01
Description
Default value of queryContinuation/statusCode is 'waitContinuedQueryResponse'; the only other possible value is 'aborted', indicating taht no more results are needed from the query fulfiller (Table O.2.4-4: Model Attributes)
OCL
not self.statusCode.oclIsUndefined() 
and not self.statusCode.code.oclIsUndefined() 
and (
	self.statusCode.code='waitContinuedQueryResponse'
	or
	self.statusCode.code='aborted'
	)