Uses of Interface
dawncodegen.Admin

Packages that use Admin
dawncodegen   
dawncodegen.impl   
dawncodegen.util   
 

Uses of Admin in dawncodegen
 

Methods in dawncodegen that return Admin
 Admin DawncodegenFactory.createAdmin()
          Returns a new object of class 'Admin'
 Admin DawnServer.getAdmin()
          Returns the value of the 'Admin' containment reference
 

Methods in dawncodegen with parameters of type Admin
 void DawnServer.setAdmin(Admin value)
          Sets the value of the 'Admin' containment reference
 

Uses of Admin in dawncodegen.impl
 

Classes in dawncodegen.impl that implement Admin
 class AdminImpl
          An implementation of the model object 'Admin'
 

Methods in dawncodegen.impl that return Admin
 Admin DawncodegenFactoryImpl.createAdmin()
           
 Admin DawnServerImpl.getAdmin()
           
 

Methods in dawncodegen.impl with parameters of type Admin
 org.eclipse.emf.common.notify.NotificationChain DawnServerImpl.basicSetAdmin(Admin newAdmin, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DawnServerImpl.setAdmin(Admin newAdmin)
           
 

Uses of Admin in dawncodegen.util
 

Methods in dawncodegen.util with parameters of type Admin
 T DawncodegenSwitch.caseAdmin(Admin object)
          Returns the result of interpreting the object as an instance of 'Admin'