Groovy Documentation

com.predic8.schema.diff
[Groovy] Class ChoiceDiffGenerator

java.lang.Object
  com.predic8.soamodel.AbstractDiffGenerator
      com.predic8.schema.diff.UnitDiffGenerator
          com.predic8.schema.diff.AbstractModelDiffGenerator
              com.predic8.schema.diff.ChoiceDiffGenerator

class ChoiceDiffGenerator
extends AbstractModelDiffGenerator

Field Summary
 
Fields inherited from class AbstractModelDiffGenerator
labelAdded, labelParticle, labelRemoved
 
Fields inherited from class AbstractDiffGenerator
bundle
 
Property Summary
def added

def changed

def removed

 
Constructor Summary
ChoiceDiffGenerator()

 
Method Summary
protected def updateLabels()

 
Methods inherited from class AbstractModelDiffGenerator
compareUnit, updateLabels, wriTeAddedParticles, writeRemovedParticles
 
Methods inherited from class UnitDiffGenerator
compare, compareUnit
 
Methods inherited from class AbstractDiffGenerator
changeLocale, compare, compare, doCompare, findA, findB, getFQN, updateLabels
 

Property Detail

added

def added


changed

def changed


removed

def removed


 
Constructor Detail

ChoiceDiffGenerator

ChoiceDiffGenerator()


 
Method Detail

updateLabels

protected def updateLabels()


 

Groovy Documentation