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

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

public interface RuntimeNonElement
extends NonElement<Type,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
 
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()