예제 #1
0
 def sampleCount(self, sampleCount):
     self._value[mal.Composite._fieldNumber + 5] = mal.UInteger(
         sampleCount, canBeNull=False, attribName='sampleCount')
     self._isNull = False
예제 #2
0
 def executionStage(self, executionStage):
     self._value[mal.Composite._fieldNumber + 1] = mal.UInteger(
         executionStage, canBeNull=False, attribName='executionStage')
     self._isNull = False
예제 #3
0
파일: check.py 프로젝트: ochurlaud/malpy
 def nominalCount(self, nominalCount):
     self._value[mal.Composite._fieldNumber + 3] = mal.UInteger(nominalCount, canBeNull=False, attribName='nominalCount')
     self._isNull = False
예제 #4
0
파일: check.py 프로젝트: ochurlaud/malpy
 def violationCount(self, violationCount):
     self._value[mal.Composite._fieldNumber + 5] = mal.UInteger(violationCount, canBeNull=False, attribName='violationCount')
     self._isNull = False
예제 #5
0
파일: check.py 프로젝트: ochurlaud/malpy
 def minimumChecksInViolation(self, minimumChecksInViolation):
     self._value[CheckDefinitionDetails._fieldNumber + 0] = mal.UInteger(minimumChecksInViolation, canBeNull=False, attribName='minimumChecksInViolation')
     self._isNull = False