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

All Superinterfaces:
MContained, MContainer, MCustomizable, MPackaged, MPackagedTypeInfo<T,C>, MTypeInfo<T,C>
All Known Subinterfaces:
MClassInfo<T,C>, MClassRef<T,C>
All Known Implementing Classes:
CMClassInfo, CMClassRef

public interface MClassTypeInfo<T,C extends T>
extends MPackagedTypeInfo<T,C>, MTypeInfo<T,C>, MContainer


Method Summary
<V> V
acceptClassTypeInfoVisitor(MClassTypeInfoVisitor<T,C,V> visitor)
           
 C getTargetType()
           
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPackagedTypeInfo
getLocalName, getName
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTypeInfo
acceptTypeInfoVisitor, getTypeName, isSimpleType
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MCustomizable
getCustomizations
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MContained
getContainer, getContainerLocalName
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MContainer
getContainerLocalName, getLocalName
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPackaged
getPackageInfo
 

Method Detail

getTargetType

C getTargetType()
Specified by:
getTargetType in interface MTypeInfo<T,C extends T>

acceptClassTypeInfoVisitor

<V> V acceptClassTypeInfoVisitor(MClassTypeInfoVisitor<T,C,V> visitor)


Copyright © 2005-2015. All Rights Reserved.