Class PortableURIs.PortableFragmentDescription
- java.lang.Object
-
- org.eclipse.xtext.resource.persistence.PortableURIs.PortableFragmentDescription
-
- Enclosing class:
- PortableURIs
public static class PortableURIs.PortableFragmentDescription extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PortableFragmentDescription(org.eclipse.emf.ecore.EClass descriptionEClass, QualifiedName descriptionQualifiedName, java.lang.String descriptionRelativeFragment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)org.eclipse.emf.ecore.EClassgetDescriptionEClass()QualifiedNamegetDescriptionQualifiedName()java.lang.StringgetDescriptionRelativeFragment()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
PortableFragmentDescription
public PortableFragmentDescription(org.eclipse.emf.ecore.EClass descriptionEClass, QualifiedName descriptionQualifiedName, java.lang.String descriptionRelativeFragment)
-
-
Method Detail
-
getDescriptionEClass
public org.eclipse.emf.ecore.EClass getDescriptionEClass()
-
getDescriptionQualifiedName
public QualifiedName getDescriptionQualifiedName()
-
getDescriptionRelativeFragment
public java.lang.String getDescriptionRelativeFragment()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-