org.jvnet.jaxb2_commons.xml.bind.model
Interface MTypeInfo<T,C>

All Superinterfaces:
MCustomizable
All Known Subinterfaces:
MBuiltinLeafInfo<T,C>, MClassInfo<T,C>, MClassRef<T,C>, MClassTypeInfo<T,C>, MEnumLeafInfo<T,C>, MID<T,C>, MIDREF<T,C>, MIDREFS<T,C>, MList<T,C>, MPackagedTypeInfo<T,C>, MWildcardTypeInfo<T,C>
All Known Implementing Classes:
CMBuiltinLeafInfo, CMClassInfo, CMClassRef, CMEnumLeafInfo, CMID, CMIDREF, CMIDREFS, CMList, CMWildcardTypeInfo

public interface MTypeInfo<T,C>
extends MCustomizable


Method Summary
<V> V
acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
           
 T getTargetType()
           
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MCustomizable
getCustomizations
 

Method Detail

getTargetType

T getTargetType()

acceptTypeInfoVisitor

<V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)


Copyright © 2005-2015. All Rights Reserved.