g-Eclipse
Release 1.0.0

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

Packages that use GroupNameType
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 GroupNameType in eu.geclipse.jsdl.model.posix
 

Methods in eu.geclipse.jsdl.model.posix that return GroupNameType
 GroupNameType PosixFactory.createGroupNameType()
          Returns a new object of class 'Group Name Type'
 GroupNameType POSIXApplicationType.getGroupName()
          Returns the value of the 'Group Name' containment reference
 GroupNameType DocumentRoot.getGroupName()
          Returns the value of the 'Group Name' containment reference
 

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

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

Classes in eu.geclipse.jsdl.model.posix.impl that implement GroupNameType
 class GroupNameTypeImpl
          An implementation of the model object 'Group Name Type'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return GroupNameType
 GroupNameType PosixFactoryImpl.createGroupNameType()
           
 GroupNameType POSIXApplicationTypeImpl.getGroupName()
           
 GroupNameType DocumentRootImpl.getGroupName()
           
 

Methods in eu.geclipse.jsdl.model.posix.impl with parameters of type GroupNameType
 NotificationChain POSIXApplicationTypeImpl.basicSetGroupName(GroupNameType newGroupName, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetGroupName(GroupNameType newGroupName, NotificationChain msgs)
           
 void POSIXApplicationTypeImpl.setGroupName(GroupNameType newGroupName)
           
 void DocumentRootImpl.setGroupName(GroupNameType newGroupName)
           
 

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

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

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

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


g-Eclipse
Release 1.0.0