g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.CPUArchitectureType

Packages that use CPUArchitectureType
eu.geclipse.jsdl.model   
eu.geclipse.jsdl.model.impl   
eu.geclipse.jsdl.model.util   
eu.geclipse.jsdl.model.validation   
 

Uses of CPUArchitectureType in eu.geclipse.jsdl.model
 

Methods in eu.geclipse.jsdl.model that return CPUArchitectureType
 CPUArchitectureType JsdlFactory.createCPUArchitectureType()
          Deprecated. Returns a new object of class 'CPU Architecture Type'
 CPUArchitectureType DocumentRoot.getCPUArchitecture()
          Deprecated. Returns the value of the 'CPU Architecture' containment reference
 CPUArchitectureType ResourcesType.getCPUArchitecture()
          Deprecated. Returns the value of the 'CPU Architecture' containment reference
 

Methods in eu.geclipse.jsdl.model with parameters of type CPUArchitectureType
 void DocumentRoot.setCPUArchitecture(CPUArchitectureType value)
          Deprecated. Sets the value of the 'CPU Architecture' containment reference
 void ResourcesType.setCPUArchitecture(CPUArchitectureType value)
          Deprecated. Sets the value of the 'CPU Architecture' containment reference
 

Uses of CPUArchitectureType in eu.geclipse.jsdl.model.impl
 

Classes in eu.geclipse.jsdl.model.impl that implement CPUArchitectureType
 class CPUArchitectureTypeImpl
          Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl
 

Methods in eu.geclipse.jsdl.model.impl that return CPUArchitectureType
 CPUArchitectureType JsdlFactoryImpl.createCPUArchitectureType()
          Deprecated.  
 CPUArchitectureType ResourcesTypeImpl.getCPUArchitecture()
          Deprecated.  
 CPUArchitectureType DocumentRootImpl.getCPUArchitecture()
          Deprecated.  
 

Methods in eu.geclipse.jsdl.model.impl with parameters of type CPUArchitectureType
 NotificationChain ResourcesTypeImpl.basicSetCPUArchitecture(CPUArchitectureType newCPUArchitecture, NotificationChain msgs)
          Deprecated.  
 NotificationChain DocumentRootImpl.basicSetCPUArchitecture(CPUArchitectureType newCPUArchitecture, NotificationChain msgs)
          Deprecated.  
 void ResourcesTypeImpl.setCPUArchitecture(CPUArchitectureType newCPUArchitecture)
          Deprecated.  
 void DocumentRootImpl.setCPUArchitecture(CPUArchitectureType newCPUArchitecture)
          Deprecated.  
 

Uses of CPUArchitectureType in eu.geclipse.jsdl.model.util
 

Methods in eu.geclipse.jsdl.model.util with parameters of type CPUArchitectureType
 java.lang.Object JsdlSwitch.caseCPUArchitectureType(CPUArchitectureType object)
          Deprecated. Returns the result of interpreting the object as an instance of 'CPU Architecture Type'
 

Uses of CPUArchitectureType in eu.geclipse.jsdl.model.validation
 

Methods in eu.geclipse.jsdl.model.validation with parameters of type CPUArchitectureType
 boolean DocumentRootValidator.validateCPUArchitecture(CPUArchitectureType value)
          Deprecated.  
 boolean ResourcesTypeValidator.validateCPUArchitecture(CPUArchitectureType value)
          Deprecated.  
 


g-Eclipse
Release 1.0.0