Package com._1c.g5.modeling.xml.parser
Class AbstractStaxXmlParser.ManyReference
- java.lang.Object
-
- com._1c.g5.modeling.xml.parser.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 Summary
Constructors Constructor Description ManyReference(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Object[] values, int[] positions, int lineNumber, int columnNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnNumber()org.eclipse.emf.ecore.EStructuralFeaturegetFeature()intgetLineNumber()org.eclipse.emf.ecore.EObjectgetObject()int[]getPositions()Object[]getValues()
-
-
-
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:
getObjectin interfaceorg.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
-
getFeature
public org.eclipse.emf.ecore.EStructuralFeature getFeature()
- Specified by:
getFeaturein interfaceorg.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
-
getValues
public Object[] getValues()
- Specified by:
getValuesin interfaceorg.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
-
getPositions
public int[] getPositions()
- Specified by:
getPositionsin interfaceorg.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfaceorg.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfaceorg.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
-
-