Module com.sun.xml.bind
Interface RuntimeTypeRef
-
- All Superinterfaces:
org.glassfish.jaxb.core.v2.model.core.NonElementRef<Type,Class>,RuntimeNonElementRef,org.glassfish.jaxb.core.v2.model.core.TypeRef<Type,Class>
public interface RuntimeTypeRef extends org.glassfish.jaxb.core.v2.model.core.TypeRef<Type,Class>, RuntimeNonElementRef
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimePropertyInfogetSource()RuntimeNonElementgetTarget()-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElementRef
getTransducer
-
-
-
-
Method Detail
-
getTarget
RuntimeNonElement getTarget()
- Specified by:
getTargetin interfaceorg.glassfish.jaxb.core.v2.model.core.NonElementRef<Type,Class>- Specified by:
getTargetin interfaceRuntimeNonElementRef
-
getSource
RuntimePropertyInfo getSource()
- Specified by:
getSourcein interfaceorg.glassfish.jaxb.core.v2.model.core.NonElementRef<Type,Class>- Specified by:
getSourcein interfaceRuntimeNonElementRef
-
-