Package org.jvnet.jaxb.xml.bind.model
Interface MClassTypeInfo<T,C extends T,O>
-
- All Superinterfaces:
MContained,MContainer,MCustomizable,MOriginated<O>,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,O> extends MPackagedTypeInfo<T,C>, MTypeInfo<T,C>, MOriginated<O>, MContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> VacceptClassTypeInfoVisitor(MClassTypeInfoVisitor<T,C,V> visitor)CgetTargetType()-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MContained
getContainer, getContainerLocalName
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MContainer
getContainerLocalName, getLocalName
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MCustomizable
getCustomizations
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPackaged
getPackageInfo
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPackagedTypeInfo
getLocalName, getName
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MTypeInfo
acceptTypeInfoVisitor, getTypeName, isSimpleType
-
-
-
-
Method Detail
-
acceptClassTypeInfoVisitor
<V> V acceptClassTypeInfoVisitor(MClassTypeInfoVisitor<T,C,V> visitor)
-
-