Uses of Interface
org.eclipse.amp.amf.testing.aTest.TestMember

Packages that use TestMember
org.eclipse.amp.amf.testing   
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.eclipse.amp.amf.testing.aTest.util   
 

Uses of TestMember in org.eclipse.amp.amf.testing
 

Methods in org.eclipse.amp.amf.testing with parameters of type TestMember
static java.lang.String ATestInterpreter.convertURI(TestMember importModel)
           
 

Uses of TestMember in org.eclipse.amp.amf.testing.aTest
 

Methods in org.eclipse.amp.amf.testing.aTest that return TestMember
 TestMember ATestFactory.createTestMember()
          Returns a new object of class 'Test Member'.
 

Methods in org.eclipse.amp.amf.testing.aTest that return types with arguments of type TestMember
 org.eclipse.emf.common.util.EList<TestMember> Model.getContains()
          Returns the value of the 'Contains' containment reference list.
 

Uses of TestMember in org.eclipse.amp.amf.testing.aTest.impl
 

Classes in org.eclipse.amp.amf.testing.aTest.impl that implement TestMember
 class TestMemberImpl
          An implementation of the model object 'Test Member'.
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return TestMember
 TestMember ATestFactoryImpl.createTestMember()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return types with arguments of type TestMember
 org.eclipse.emf.common.util.EList<TestMember> ModelImpl.getContains()
           
 

Uses of TestMember in org.eclipse.amp.amf.testing.aTest.util
 

Methods in org.eclipse.amp.amf.testing.aTest.util with parameters of type TestMember
 T ATestSwitch.caseTestMember(TestMember object)
          Returns the result of interpreting the object as an instance of 'Test Member'.