Uses of Interface
org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Packages that use ElementPropertyInfo Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime. -
-
Uses of ElementPropertyInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement ElementPropertyInfo Modifier and Type Class Description classCElementPropertyInfoElementPropertyInfofor the compiler. -
Uses of ElementPropertyInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return ElementPropertyInfo Modifier and Type Method Description ElementPropertyInfo<T,C>ElementInfo. getProperty()Gets the object that represents the value property. -
Uses of ElementPropertyInfo in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return ElementPropertyInfo Modifier and Type Method Description protected ElementPropertyInfo<T,C>ClassInfoImpl. createElementProperty(PropertySeed<T,C,F,M> seed) -
Uses of ElementPropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of ElementPropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeElementPropertyInfo
-