Module com.sun.xml.bind
Interface RuntimeNonElement
-
- All Superinterfaces:
Locatable,NonElement<Type,Class>,RuntimeTypeInfo,TypeInfo<Type,Class>
- All Known Subinterfaces:
RuntimeArrayInfo,RuntimeBuiltinLeafInfo,RuntimeClassInfo,RuntimeEnumLeafInfo,RuntimeLeafInfo
- All Known Implementing Classes:
RuntimeBuiltinLeafInfoImpl
public interface RuntimeNonElement extends NonElement<Type,Class>, RuntimeTypeInfo
- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
ANYTYPE_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> Transducer<V>getTransducer()This method doesn't take the reference properties defined onRuntimeNonElementRefinto account (such as ID-ness.)-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
getTypeName, isSimpleType
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
-
-
-
Method Detail
-
getTransducer
<V> Transducer<V> getTransducer()
This method doesn't take the reference properties defined onRuntimeNonElementRefinto account (such as ID-ness.)- See Also:
RuntimeNonElementRef.getTransducer()
-
-