Uses of Class
org.eclipse.emf.ecp.view.core.swt.test.model.TestEnum

Packages that use TestEnum
org.eclipse.emf.ecp.view.core.swt.test.model   
org.eclipse.emf.ecp.view.core.swt.test.model.impl   
 

Uses of TestEnum in org.eclipse.emf.ecp.view.core.swt.test.model
 

Fields in org.eclipse.emf.ecp.view.core.swt.test.model with type parameters of type TestEnum
static List<TestEnum> TestEnum.VALUES
          A public read-only list of all the 'Enum' enumerators.
 

Methods in org.eclipse.emf.ecp.view.core.swt.test.model that return TestEnum
static TestEnum TestEnum.get(int value)
          Returns the 'Enum' literal with the specified integer value.
static TestEnum TestEnum.get(String literal)
          Returns the 'Enum' literal with the specified literal value.
static TestEnum TestEnum.getByName(String name)
          Returns the 'Enum' literal with the specified name.
 TestEnum SimpleTestObject.getMyEnum()
          Returns the value of the 'My Enum' attribute.
static TestEnum TestEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestEnum[] TestEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.view.core.swt.test.model with parameters of type TestEnum
 void SimpleTestObject.setMyEnum(TestEnum value)
          Sets the value of the 'My Enum' attribute.
 

Uses of TestEnum in org.eclipse.emf.ecp.view.core.swt.test.model.impl
 

Methods in org.eclipse.emf.ecp.view.core.swt.test.model.impl that return TestEnum
 TestEnum TestFactoryImpl.createTestEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 TestEnum SimpleTestObjectImpl.getMyEnum()
           
 

Methods in org.eclipse.emf.ecp.view.core.swt.test.model.impl with parameters of type TestEnum
 void SimpleTestObjectImpl.setMyEnum(TestEnum newMyEnum)
           
 



Copyright © 2015. All Rights Reserved.