g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.posix.UserNameType

Packages that use UserNameType
eu.geclipse.jsdl.model.posix   
eu.geclipse.jsdl.model.posix.impl   
eu.geclipse.jsdl.model.posix.util   
eu.geclipse.jsdl.model.posix.validation   
 

Uses of UserNameType in eu.geclipse.jsdl.model.posix
 

Methods in eu.geclipse.jsdl.model.posix that return UserNameType
 UserNameType PosixFactory.createUserNameType()
          Returns a new object of class 'User Name Type'
 UserNameType POSIXApplicationType.getUserName()
          Returns the value of the 'User Name' containment reference
 UserNameType DocumentRoot.getUserName()
          Returns the value of the 'User Name' containment reference
 

Methods in eu.geclipse.jsdl.model.posix with parameters of type UserNameType
 void POSIXApplicationType.setUserName(UserNameType value)
          Sets the value of the 'User Name' containment reference
 void DocumentRoot.setUserName(UserNameType value)
          Sets the value of the 'User Name' containment reference
 

Uses of UserNameType in eu.geclipse.jsdl.model.posix.impl
 

Classes in eu.geclipse.jsdl.model.posix.impl that implement UserNameType
 class UserNameTypeImpl
          An implementation of the model object 'User Name Type'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return UserNameType
 UserNameType PosixFactoryImpl.createUserNameType()
           
 UserNameType POSIXApplicationTypeImpl.getUserName()
           
 UserNameType DocumentRootImpl.getUserName()
           
 

Methods in eu.geclipse.jsdl.model.posix.impl with parameters of type UserNameType
 NotificationChain POSIXApplicationTypeImpl.basicSetUserName(UserNameType newUserName, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetUserName(UserNameType newUserName, NotificationChain msgs)
           
 void POSIXApplicationTypeImpl.setUserName(UserNameType newUserName)
           
 void DocumentRootImpl.setUserName(UserNameType newUserName)
           
 

Uses of UserNameType in eu.geclipse.jsdl.model.posix.util
 

Methods in eu.geclipse.jsdl.model.posix.util with parameters of type UserNameType
 java.lang.Object PosixSwitch.caseUserNameType(UserNameType object)
          Returns the result of interpreting the object as an instance of 'User Name Type'
 

Uses of UserNameType in eu.geclipse.jsdl.model.posix.validation
 

Methods in eu.geclipse.jsdl.model.posix.validation with parameters of type UserNameType
 boolean POSIXApplicationTypeValidator.validateUserName(UserNameType value)
           
 boolean DocumentRootValidator.validateUserName(UserNameType value)
           
 


g-Eclipse
Release 1.0.0