@Data
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)
@Pure public int hashCode()
hashCode in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public org.eclipse.emf.ecore.EClass getDescriptionEClass()
@Pure public QualifiedName getDescriptionQualifiedName()
@Pure public java.lang.String getDescriptionRelativeFragment()