g-Eclipse
Release 1.0.0

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

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

Uses of OperatingSystemTypeType in eu.geclipse.jsdl.model
 

Methods in eu.geclipse.jsdl.model that return OperatingSystemTypeType
 OperatingSystemTypeType JsdlFactory.createOperatingSystemTypeType()
          Deprecated. Returns a new object of class 'Operating System Type Type'
 OperatingSystemTypeType DocumentRoot.getOperatingSystemType()
          Deprecated. Returns the value of the 'Operating System Type' containment reference
 OperatingSystemTypeType OperatingSystemType.getOperatingSystemType()
          Deprecated. Returns the value of the 'Operating System Type' containment reference
 

Methods in eu.geclipse.jsdl.model with parameters of type OperatingSystemTypeType
 void DocumentRoot.setOperatingSystemType(OperatingSystemTypeType value)
          Deprecated. Sets the value of the 'Operating System Type' containment reference
 void OperatingSystemType.setOperatingSystemType(OperatingSystemTypeType value)
          Deprecated. Sets the value of the 'Operating System Type' containment reference
 

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

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

Methods in eu.geclipse.jsdl.model.impl that return OperatingSystemTypeType
 OperatingSystemTypeType JsdlFactoryImpl.createOperatingSystemTypeType()
          Deprecated.  
 OperatingSystemTypeType OperatingSystemTypeImpl.getOperatingSystemType()
          Deprecated.  
 OperatingSystemTypeType DocumentRootImpl.getOperatingSystemType()
          Deprecated.  
 

Methods in eu.geclipse.jsdl.model.impl with parameters of type OperatingSystemTypeType
 NotificationChain OperatingSystemTypeImpl.basicSetOperatingSystemType(OperatingSystemTypeType newOperatingSystemType, NotificationChain msgs)
          Deprecated.  
 NotificationChain DocumentRootImpl.basicSetOperatingSystemType(OperatingSystemTypeType newOperatingSystemType, NotificationChain msgs)
          Deprecated.  
 void OperatingSystemTypeImpl.setOperatingSystemType(OperatingSystemTypeType newOperatingSystemType)
          Deprecated.  
 void DocumentRootImpl.setOperatingSystemType(OperatingSystemTypeType newOperatingSystemType)
          Deprecated.  
 

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

Methods in eu.geclipse.jsdl.model.util with parameters of type OperatingSystemTypeType
 java.lang.Object JsdlSwitch.caseOperatingSystemTypeType(OperatingSystemTypeType object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Operating System Type Type'
 

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

Methods in eu.geclipse.jsdl.model.validation with parameters of type OperatingSystemTypeType
 boolean DocumentRootValidator.validateOperatingSystemType(OperatingSystemTypeType value)
          Deprecated.  
 boolean OperatingSystemTypeValidator.validateOperatingSystemType(OperatingSystemTypeType value)
          Deprecated.  
 


g-Eclipse
Release 1.0.0