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

Property Summary
def added

def changed

def removed

 
Method Summary
 
Methods inherited from class AbstractModelDiffGenerator
compareUnit, wriTeAddedParticles, writeRemovedParticles
 
Methods inherited from class UnitDiffGenerator
compare, compareUnit
 
Methods inherited from class AbstractDiffGenerator
compare, compare, doCompare, findA, findB, getFQN
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

added

def added


changed

def changed


removed

def removed


 

Groovy Documentation