Class AbstractStaxXmlParser.ManyReference

  • All Implemented Interfaces:
    org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
    Enclosing class:
    AbstractStaxXmlParser

    protected static class AbstractStaxXmlParser.ManyReference
    extends Object
    implements org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
    • Constructor Detail

      • ManyReference

        public ManyReference​(org.eclipse.emf.ecore.EObject object,
                             org.eclipse.emf.ecore.EStructuralFeature feature,
                             Object[] values,
                             int[] positions,
                             int lineNumber,
                             int columnNumber)
    • Method Detail

      • getObject

        public org.eclipse.emf.ecore.EObject getObject()
        Specified by:
        getObject in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
      • getFeature

        public org.eclipse.emf.ecore.EStructuralFeature getFeature()
        Specified by:
        getFeature in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
      • getValues

        public Object[] getValues()
        Specified by:
        getValues in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
      • getPositions

        public int[] getPositions()
        Specified by:
        getPositions in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
      • getLineNumber

        public int getLineNumber()
        Specified by:
        getLineNumber in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
      • getColumnNumber

        public int getColumnNumber()
        Specified by:
        getColumnNumber in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference