Uses of Interface
org.eclipse.emf.ecore.xcore.XEnumLiteral

Packages that use XEnumLiteral
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.util   
 

Uses of XEnumLiteral in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return XEnumLiteral
 XEnumLiteral XcoreFactory.createXEnumLiteral()
          Returns a new object of class 'XEnum Literal'
 

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XEnumLiteral
 EList<XEnumLiteral> XEnum.getLiterals()
          Returns the value of the 'Literals' containment reference list.
 

Uses of XEnumLiteral in org.eclipse.emf.ecore.xcore.impl
 

Classes in org.eclipse.emf.ecore.xcore.impl that implement XEnumLiteral
 class XEnumLiteralImpl
          An implementation of the model object 'XEnum Literal'
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XEnumLiteral
protected  EList<XEnumLiteral> XEnumImpl.literals
          The cached value of the 'Literals' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XEnumLiteral
 XEnumLiteral XcoreFactoryImpl.createXEnumLiteral()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XEnumLiteral
 EList<XEnumLiteral> XEnumImpl.getLiterals()
           
 

Uses of XEnumLiteral in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return XEnumLiteral
 XEnumLiteral XcoreMapper.getXEnumLiteral(EObject eObject)
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XEnumLiteral
 XEnumLiteralMapping XcoreMapper.getMapping(XEnumLiteral xEnumLiteral)
           
 

Uses of XEnumLiteral in org.eclipse.emf.ecore.xcore.util
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XEnumLiteral
 T XcoreSwitch.caseXEnumLiteral(XEnumLiteral object)
          Returns the result of interpreting the object as an instance of 'XEnum Literal'
 


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