Uses of Interface
org.eclipse.mtj.api.devices.ProtectionDomain

Packages that use ProtectionDomain
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.devices.util   
 

Uses of ProtectionDomain in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return ProtectionDomain
 ProtectionDomain DevicesFactory.createProtectionDomain()
          Returns a new object of class 'Protection Domain'.
 

Uses of ProtectionDomain in org.eclipse.mtj.api.devices.impl
 

Classes in org.eclipse.mtj.api.devices.impl that implement ProtectionDomain
 class ProtectionDomainImpl
          An implementation of the model object 'Protection Domain'.
 

Methods in org.eclipse.mtj.api.devices.impl that return ProtectionDomain
 ProtectionDomain DevicesFactoryImpl.createProtectionDomain()
           
 

Uses of ProtectionDomain in org.eclipse.mtj.api.devices.util
 

Methods in org.eclipse.mtj.api.devices.util with parameters of type ProtectionDomain
 java.lang.Object DevicesSwitch.caseProtectionDomain(ProtectionDomain object)
          Returns the result of interpretting the object as an instance of 'Protection Domain'.