Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.MCustomization
-
Packages that use MCustomization Package Description org.jvnet.jaxb2_commons.xml.bind.model org.jvnet.jaxb2_commons.xml.bind.model.concrete -
-
Uses of MCustomization in org.jvnet.jaxb2_commons.xml.bind.model
Methods in org.jvnet.jaxb2_commons.xml.bind.model that return types with arguments of type MCustomization Modifier and Type Method Description List<MCustomization>MCustomizations. getCustomizations()Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MCustomization Modifier and Type Method Description voidMCustomizations. addCustomization(MCustomization customization) -
Uses of MCustomization in org.jvnet.jaxb2_commons.xml.bind.model.concrete
Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MCustomization Modifier and Type Class Description classCMCustomizationMethods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MCustomization Modifier and Type Method Description List<MCustomization>CMCustomizations. getCustomizations()Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MCustomization Modifier and Type Method Description voidCMCustomizations. addCustomization(MCustomization customization)
-