org.eclipse.emf.ecore.xmi.impl
Class XMLHandler.ManyReference

java.lang.Object
  extended byorg.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
All Implemented Interfaces:
XMLHelper.ManyReference
Enclosing class:
XMLHandler

protected static class XMLHandler.ManyReference
extends Object
implements XMLHelper.ManyReference


Method Summary
 int getColumnNumber()
           
 EStructuralFeature getFeature()
           
 int getLineNumber()
           
 EObject getObject()
           
 int[] getPositions()
           
 Object[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObject

public EObject getObject()
Specified by:
getObject in interface XMLHelper.ManyReference

getFeature

public EStructuralFeature getFeature()
Specified by:
getFeature in interface XMLHelper.ManyReference

getValues

public Object[] getValues()
Specified by:
getValues in interface XMLHelper.ManyReference

getPositions

public int[] getPositions()
Specified by:
getPositions in interface XMLHelper.ManyReference

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface XMLHelper.ManyReference

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface XMLHelper.ManyReference

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.