com.sun.xml.bind.v2.model.runtime
Interface RuntimeNonElement

All Superinterfaces:
Locatable, NonElement<java.lang.reflect.Type,java.lang.Class>, RuntimeTypeInfo, TypeInfo<java.lang.reflect.Type,java.lang.Class>
All Known Subinterfaces:
RuntimeArrayInfo, RuntimeBuiltinLeafInfo, RuntimeClassInfo, RuntimeEnumLeafInfo, RuntimeLeafInfo
All Known Implementing Classes:
RuntimeAnyTypeImpl, RuntimeArrayInfoImpl, RuntimeBuiltinLeafInfoImpl, RuntimeClassInfoImpl, RuntimeEnumLeafInfoImpl

public interface RuntimeNonElement
extends NonElement<java.lang.reflect.Type,java.lang.Class>, RuntimeTypeInfo


Method Summary
<V> Transducer<V>
getTransducer()
          This method doesn't take the reference properties defined on RuntimeNonElementRef into account (such as ID-ness.)
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
getTypeName, isSimpleType
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
 
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
 
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
 

Method Detail

getTransducer

<V> Transducer<V> getTransducer()
This method doesn't take the reference properties defined on RuntimeNonElementRef into account (such as ID-ness.)

See Also:
RuntimeNonElementRef.getTransducer()