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

All Superinterfaces:
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:
RuntimeBuiltinLeafInfoImpl

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


Field Summary
 
Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement
ANYTYPE_NAME
 
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
 

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()