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

All Superinterfaces:
MPackaged, MTypeInfo<T,C>
All Known Subinterfaces:
MClassInfo<T,C>, MEnumLeafInfo<T,C>
All Known Implementing Classes:
CMClassInfo, CMEnumLeafInfo

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


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.MPackaged
getPackageInfo
 

Method Detail

getName

String getName()

getLocalName

String getLocalName()


Copyright © 2005-2012. All Rights Reserved.