org.eclipse.emf.ecore.xmi.impl
Class NameInfoImpl
java.lang.Object
org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
- All Implemented Interfaces:
- NameInfo
- public class NameInfoImpl
- extends Object
- implements NameInfo
Implementation of the NameInfo
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localPart
protected String localPart
qualifiedName
protected String qualifiedName
namespaceURI
protected String namespaceURI
NameInfoImpl
public NameInfoImpl()
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