Uses of Interface
org.glassfish.jaxb.core.v2.model.core.Element
-
Packages that use Element 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 Element in com.sun.tools.xjc.model
Subinterfaces of Element in com.sun.tools.xjc.model Modifier and Type Interface Description interfaceCClassEitherCClassInfoorCClassRef.interfaceCElementClasses in com.sun.tools.xjc.model that implement Element Modifier and Type Class Description classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.classCElementInfoElementInfoimplementation for the compile-time model.Methods in com.sun.tools.xjc.model that return Element Modifier and Type Method Description Element<NType,NClass>CBuiltinLeafInfo. asElement()Deprecated.always return null at this level.Element<NType,NClass>CClassInfo. asElement()Element<NType,NClass>CEnumLeafInfo. asElement() -
Uses of Element in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of Element in org.glassfish.jaxb.core.v2.model.core Modifier and Type Interface Description interfaceElementInfo<T,C>A particular use (specialization) ofJAXBElement.Methods in org.glassfish.jaxb.core.v2.model.core that return Element Modifier and Type Method Description Element<T,C>MaybeElement. asElement()Element<T,C>Element. getSubstitutionHead()If this element can substitute another element, return that element.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type Element Modifier and Type Method Description Set<? extends Element<T,C>>ReferencePropertyInfo. getElements()Returns the information about the possible elements in this property. -
Uses of Element in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement Element Modifier and Type Class Description classClassInfoImpl<T,C,F,M>A part of theClassInfothat doesn't depend on a particular reflection library.Methods in org.glassfish.jaxb.runtime.v2.model.impl that return Element Modifier and Type Method Description Element<TypeT,ClassDeclT>BuiltinLeafInfoImpl. asElement()Deprecated.always return null at this level.Element<T,C>ClassInfoImpl. asElement()Element<T,C>ClassInfoImpl. getSubstitutionHead()If this element can substitute another element, return that element. -
Uses of Element in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of Element in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeElementinterfaceRuntimeElementInfo
-