Uses of Interface
org.eclipse.emf.test.models.ppo.USAddress

Packages that use USAddress
org.eclipse.emf.test.models.ppo   
org.eclipse.emf.test.models.ppo.impl   
org.eclipse.emf.test.models.ppo.util   
 

Uses of USAddress in org.eclipse.emf.test.models.ppo
 

Methods in org.eclipse.emf.test.models.ppo that return USAddress
 USAddress PPOFactory.createUSAddress()
          Returns a new object of class 'US Address'
 USAddress PurchaseOrder.getBillTo()
          Returns the value of the 'Bill To' containment reference
 USAddress PurchaseOrder.getShipTo()
          Returns the value of the 'Ship To' containment reference
 

Methods in org.eclipse.emf.test.models.ppo with parameters of type USAddress
 void PurchaseOrder.setBillTo(USAddress value)
          Sets the value of the 'Bill To' containment reference
 void PurchaseOrder.setShipTo(USAddress value)
          Sets the value of the 'Ship To' containment reference
 

Uses of USAddress in org.eclipse.emf.test.models.ppo.impl
 

Classes in org.eclipse.emf.test.models.ppo.impl that implement USAddress
 class USAddressImpl
          An implementation of the model object 'US Address'
 

Fields in org.eclipse.emf.test.models.ppo.impl declared as USAddress
protected  USAddress PurchaseOrderImpl.billTo
          The cached value of the 'Bill To' containment reference
protected  USAddress PurchaseOrderImpl.shipTo
          The cached value of the 'Ship To' containment reference
 

Methods in org.eclipse.emf.test.models.ppo.impl that return USAddress
 USAddress PPOFactoryImpl.createUSAddress()
           
 USAddress PurchaseOrderImpl.getBillTo()
           
 USAddress PurchaseOrderImpl.getShipTo()
           
 

Methods in org.eclipse.emf.test.models.ppo.impl with parameters of type USAddress
 NotificationChain PurchaseOrderImpl.basicSetBillTo(USAddress newBillTo, NotificationChain msgs)
           
 NotificationChain PurchaseOrderImpl.basicSetShipTo(USAddress newShipTo, NotificationChain msgs)
           
 void PurchaseOrderImpl.setBillTo(USAddress newBillTo)
           
 void PurchaseOrderImpl.setShipTo(USAddress newShipTo)
           
 

Uses of USAddress in org.eclipse.emf.test.models.ppo.util
 

Methods in org.eclipse.emf.test.models.ppo.util with parameters of type USAddress
 T PPOSwitch.caseUSAddress(USAddress object)
          Returns the result of interpreting the object as an instance of 'US Address'
 boolean PPOValidator.validateUSAddress_hasUSState(USAddress usAddress, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the hasUSState constraint of 'US Address'
 boolean PPOValidator.validateUSAddress(USAddress usAddress, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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