Package org.jvnet.jaxb.xml.bind.model
Interface MPackagedTypeInfo<T,C extends T>
-
- All Superinterfaces:
MContained,MCustomizable,MPackaged,MTypeInfo<T,C>
- All Known Subinterfaces:
MClassInfo<T,C>,MClassRef<T,C>,MClassTypeInfo<T,C,O>,MEnumLeafInfo<T,C>
- All Known Implementing Classes:
CMClassInfo,CMClassRef,CMEnumLeafInfo
public interface MPackagedTypeInfo<T,C extends T> extends MTypeInfo<T,C>, MPackaged, MContained
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalName()StringgetName()-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MContained
getContainer, getContainerLocalName
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MCustomizable
getCustomizations
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPackaged
getPackageInfo
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MTypeInfo
acceptTypeInfoVisitor, getTargetType, getTypeName, isSimpleType
-
-