Uses of Interface
org.eclipse.emf.test.models.customer.CreditInfo

Packages that use CreditInfo
org.eclipse.emf.test.models.customer   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.customer.util   
 

Uses of CreditInfo in org.eclipse.emf.test.models.customer
 

Methods in org.eclipse.emf.test.models.customer that return CreditInfo
 CreditInfo CustomerFactory.createCreditInfo()
          Returns a new object of class 'Credit Info'
 CreditInfo CustomerType.getCreditCard()
          Returns the value of the 'Credit Card' containment reference
 

Methods in org.eclipse.emf.test.models.customer with parameters of type CreditInfo
 void CustomerType.setCreditCard(CreditInfo value)
          Sets the value of the 'Credit Card' containment reference
 

Uses of CreditInfo in org.eclipse.emf.test.models.customer.impl
 

Classes in org.eclipse.emf.test.models.customer.impl that implement CreditInfo
 class CreditInfoImpl
          An implementation of the model object 'Credit Info'
 

Fields in org.eclipse.emf.test.models.customer.impl declared as CreditInfo
protected  CreditInfo CustomerTypeImpl.creditCard
          The cached value of the 'Credit Card' containment reference
 

Methods in org.eclipse.emf.test.models.customer.impl that return CreditInfo
 CreditInfo CustomerFactoryImpl.createCreditInfo()
           
 CreditInfo CustomerTypeImpl.getCreditCard()
           
 

Methods in org.eclipse.emf.test.models.customer.impl with parameters of type CreditInfo
 NotificationChain CustomerTypeImpl.basicSetCreditCard(CreditInfo newCreditCard, NotificationChain msgs)
           
 void CustomerTypeImpl.setCreditCard(CreditInfo newCreditCard)
           
 

Uses of CreditInfo in org.eclipse.emf.test.models.customer.util
 

Methods in org.eclipse.emf.test.models.customer.util with parameters of type CreditInfo
 T CustomerSwitch.caseCreditInfo(CreditInfo object)
          Returns the result of interpreting the object as an instance of 'Credit Info'
 boolean CustomerValidator.validateCreditInfo(CreditInfo creditInfo, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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