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

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 MPackagedTypeInfo<T,C>, MContainer


Method Summary
<V> V
acceptClassTypeInfoVisitor(MClassTypeInfoVisitor<T,C,V> visitor)
           
 C getTargetClass()
           
 
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, getTargetType
 
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

getTargetClass

C getTargetClass()

acceptClassTypeInfoVisitor

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


Copyright © 2005-2015. All Rights Reserved.