Package org.apache.olingo.odata2.api.edm
Class FullQualifiedName
- java.lang.Object
-
- org.apache.olingo.odata2.api.edm.FullQualifiedName
-
public class FullQualifiedName extends Object
@org.apache.olingo.odata2.DoNotImplement A full qualified name of any element in the EDM consists of a name and a namespace.
-
-
Constructor Summary
Constructors Constructor Description FullQualifiedName(String namespace, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()StringgetNamespace()inthashCode()StringtoString()
-