Uses of Interface
org.eclipse.emf.ecore.xmi.NameInfo

Packages that use NameInfo
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
 

Uses of NameInfo in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type NameInfo
 void XMLHelper.populateNameInfo(NameInfo nameInfo, EClass eClass)
          This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
 void XMLHelper.populateNameInfo(NameInfo nameInfo, EDataType eDataType)
          This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
 void XMLHelper.populateNameInfo(NameInfo nameInfo, EStructuralFeature feature)
          This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
 

Uses of NameInfo in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement NameInfo
 class NameInfoImpl
          Implementation of the NameInfo interface.
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as NameInfo
protected  NameInfo XMLSaveImpl.nameInfo
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type NameInfo
protected  java.lang.String XMLHelperImpl.getQName(NameInfo nameInfo, EPackage ePackage, java.lang.String name)
           
protected  java.lang.String XMLHelperImpl.getQName(NameInfo nameInfo, EPackage ePackage, java.lang.String name, boolean mustHavePrefix)
           
 void XMLHelperImpl.populateNameInfo(NameInfo nameInfo, EClass c)
           
 void XMLHelperImpl.populateNameInfo(NameInfo nameInfo, EDataType eDataType)
           
 void XMLHelperImpl.populateNameInfo(NameInfo nameInfo, EStructuralFeature feature)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.