Uses of Class
org.apache.openejb.jee.was.v6.xmi.Difference
-
Packages that use Difference Package Description org.apache.openejb.jee.was.v6.xmi Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Difference in org.apache.openejb.jee.was.v6.xmi
Subclasses of Difference in org.apache.openejb.jee.was.v6.xmi Modifier and Type Class Description classAddJava class for Add complex type.classDeleteJava class for Delete complex type.classReplaceJava class for Replace complex type.Fields in org.apache.openejb.jee.was.v6.xmi with type parameters of type Difference Modifier and Type Field Description protected List<Difference>Difference. differenceContainersprotected List<Difference>Difference. differencesMethods in org.apache.openejb.jee.was.v6.xmi that return Difference Modifier and Type Method Description DifferenceObjectFactory. createDifference()Create an instance ofDifferenceMethods in org.apache.openejb.jee.was.v6.xmi that return types with arguments of type Difference Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Difference>ObjectFactory. createDifference(Difference value)List<Difference>Difference. getDifferenceContainers()Gets the value of the differenceContainers property.List<Difference>Difference. getDifferences()Gets the value of the differences property.Methods in org.apache.openejb.jee.was.v6.xmi with parameters of type Difference Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Difference>ObjectFactory. createDifference(Difference value)
-