Uses of Interface
org.jvnet.jaxb.xjc.outline.MPropertyOutline
-
-
Uses of MPropertyOutline in org.jvnet.jaxb.xjc.generator
Methods in org.jvnet.jaxb.xjc.generator that return MPropertyOutline Modifier and Type Method Description MPropertyOutlineMPropertyOutlineGenerator. generate(MClassOutline classOutline, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo) -
Uses of MPropertyOutline in org.jvnet.jaxb.xjc.generator.artificial
Methods in org.jvnet.jaxb.xjc.generator.artificial that return MPropertyOutline Modifier and Type Method Description MPropertyOutlineWrapperPropertyOutlineGenerator. generate(MClassOutline classOutline, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo) -
Uses of MPropertyOutline in org.jvnet.jaxb.xjc.generator.concrete
Methods in org.jvnet.jaxb.xjc.generator.concrete that return MPropertyOutline Modifier and Type Method Description MPropertyOutlineCMPropertyOutlineGenerator. generate(MClassOutline classOutline, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo) -
Uses of MPropertyOutline in org.jvnet.jaxb.xjc.outline
Methods in org.jvnet.jaxb.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.jaxb.xjc.outline.artificial
Classes in org.jvnet.jaxb.xjc.outline.artificial that implement MPropertyOutline Modifier and Type Class Description classAbstractPropertyOutlineclassAbstractSinglePropertyOutlineclassAnyAttributePropertyOutlineclassConstantPropertyOutlineclassSinglePropertyOutline -
Uses of MPropertyOutline in org.jvnet.jaxb.xjc.outline.concrete
Classes in org.jvnet.jaxb.xjc.outline.concrete that implement MPropertyOutline Modifier and Type Class Description classCMPropertyOutlineMethods in org.jvnet.jaxb.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.jaxb.xjc.outline.concrete with parameters of type MPropertyOutline Modifier and Type Method Description voidCMClassOutline. addDeclaredPropertyOutline(MPropertyOutline propertyOutline)
-