g-Eclipse
Release 1.0.0

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

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

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

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

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

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

Classes in eu.geclipse.jsdl.model.base.impl that implement CPUArchitectureType
 class CPUArchitectureTypeImpl
          An implementation of the model object 'CPU Architecture Type'
 

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

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

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

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

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

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


g-Eclipse
Release 1.0.0