org.eclipse.emf.ecore.xmi.impl
Class NameInfoImpl

java.lang.Object
  extended byorg.eclipse.emf.ecore.xmi.impl.NameInfoImpl
All Implemented Interfaces:
NameInfo

public class NameInfoImpl
extends Object
implements NameInfo

Implementation of the NameInfo interface.


Field Summary
protected  String localPart
           
protected  String namespaceURI
           
protected  String qualifiedName
           
 
Constructor Summary
NameInfoImpl()
           
 
Method Summary
 String getLocalPart()
           
 String getNamespaceURI()
           
 String getQualifiedName()
           
 void setLocalPart(String name)
           
 void setNamespaceURI(String uri)
           
 void setQualifiedName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localPart

protected String localPart

qualifiedName

protected String qualifiedName

namespaceURI

protected String namespaceURI
Constructor Detail

NameInfoImpl

public NameInfoImpl()
Method Detail

getLocalPart

public String getLocalPart()
Specified by:
getLocalPart in interface NameInfo
Returns:
the local part of qualified name

getNamespaceURI

public String getNamespaceURI()
Specified by:
getNamespaceURI in interface NameInfo
Returns:
the namespace URI

getQualifiedName

public String getQualifiedName()
Specified by:
getQualifiedName in interface NameInfo
Returns:
the qualified name

setLocalPart

public void setLocalPart(String name)
Specified by:
setLocalPart in interface NameInfo
Parameters:
name - the local part of qualified name

setNamespaceURI

public void setNamespaceURI(String uri)
Specified by:
setNamespaceURI in interface NameInfo
Parameters:
uri - the namespace URI

setQualifiedName

public void setQualifiedName(String name)
Specified by:
setQualifiedName in interface NameInfo
Parameters:
name - the qualified name

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