Uses of Interface
org.jvnet.jaxb2_commons.xjc.outline.MPropertyOutline
-
-
Uses of MPropertyOutline in org.jvnet.jaxb2_commons.xjc.generator
Methods in org.jvnet.jaxb2_commons.xjc.generator that return MPropertyOutline Modifier and Type Method Description MPropertyOutlineMPropertyOutlineGenerator. generate(MClassOutline classOutline, org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo) -
Uses of MPropertyOutline in org.jvnet.jaxb2_commons.xjc.generator.artificial
Methods in org.jvnet.jaxb2_commons.xjc.generator.artificial that return MPropertyOutline Modifier and Type Method Description MPropertyOutlineWrapperPropertyOutlineGenerator. generate(MClassOutline classOutline, org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo) -
Uses of MPropertyOutline in org.jvnet.jaxb2_commons.xjc.generator.concrete
Methods in org.jvnet.jaxb2_commons.xjc.generator.concrete that return MPropertyOutline Modifier and Type Method Description MPropertyOutlineCMPropertyOutlineGenerator. generate(MClassOutline classOutline, org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo) -
Uses of MPropertyOutline in org.jvnet.jaxb2_commons.xjc.outline
Methods in org.jvnet.jaxb2_commons.xjc.outline that return types with arguments of type MPropertyOutline Modifier and Type Method Description List<MPropertyOutline>MClassOutline. getDeclaredPropertyOutlines()List<MPropertyOutline>MClassOutline. getPropertyOutlines() -
Uses of MPropertyOutline in org.jvnet.jaxb2_commons.xjc.outline.artificial
Classes in org.jvnet.jaxb2_commons.xjc.outline.artificial that implement MPropertyOutline Modifier and Type Class Description classAbstractPropertyOutlineclassAbstractSinglePropertyOutlineclassAnyAttributePropertyOutlineclassConstantPropertyOutlineclassSinglePropertyOutline -
Uses of MPropertyOutline in org.jvnet.jaxb2_commons.xjc.outline.concrete
Classes in org.jvnet.jaxb2_commons.xjc.outline.concrete that implement MPropertyOutline Modifier and Type Class Description classCMPropertyOutlineMethods in org.jvnet.jaxb2_commons.xjc.outline.concrete that return types with arguments of type MPropertyOutline Modifier and Type Method Description List<MPropertyOutline>CMClassOutline. getDeclaredPropertyOutlines()List<MPropertyOutline>CMClassOutline. getPropertyOutlines()Methods in org.jvnet.jaxb2_commons.xjc.outline.concrete with parameters of type MPropertyOutline Modifier and Type Method Description voidCMClassOutline. addDeclaredPropertyOutline(MPropertyOutline propertyOutline)
-