public static class PortableURIs.PortableFragmentDescription
extends java.lang.Object
| Constructor and Description |
|---|
PortableFragmentDescription(org.eclipse.emf.ecore.EClass descriptionEClass,
QualifiedName descriptionQualifiedName,
java.lang.String descriptionRelativeFragment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.emf.ecore.EClass |
getDescriptionEClass() |
QualifiedName |
getDescriptionQualifiedName() |
java.lang.String |
getDescriptionRelativeFragment() |
int |
hashCode() |
java.lang.String |
toString() |
public PortableFragmentDescription(org.eclipse.emf.ecore.EClass descriptionEClass,
QualifiedName descriptionQualifiedName,
java.lang.String descriptionRelativeFragment)
public org.eclipse.emf.ecore.EClass getDescriptionEClass()
public QualifiedName getDescriptionQualifiedName()
public java.lang.String getDescriptionRelativeFragment()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object