org.apache.olingo.odata2.api.edm
Class FullQualifiedName

java.lang.Object
  extended by org.apache.olingo.odata2.api.edm.FullQualifiedName

public class FullQualifiedName
extends Object

Do not implement this interface or derive from class.
A full qualified name of any element in the EDM consists of a name and a namespace.

Constructor Summary
FullQualifiedName(String namespace, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getNamespace()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullQualifiedName

public FullQualifiedName(String namespace,
                         String name)
Parameters:
namespace -
name -
Method Detail

getNamespace

public String getNamespace()
Returns:
namespace

getName

public String getName()
Returns:
name

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.