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

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

public interface MPackagedTypeInfo<T,C>
extends MTypeInfo<T,C>, MPackaged, MContained


Method Summary
 String getLocalName()
           
 String 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.MPackaged
getPackageInfo
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MContained
getContainer, getContainerLocalName
 

Method Detail

getName

String getName()

getLocalName

String getLocalName()


Copyright © 2005-2015. All Rights Reserved.