g-Eclipse
Release 1.0.0

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

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

Methods in eu.geclipse.jsdl.model.posix that return ArgumentType
 ArgumentType PosixFactory.createArgumentType()
          Returns a new object of class 'Argument Type'
 ArgumentType DocumentRoot.getArgument()
          Returns the value of the 'Argument' containment reference
 

Methods in eu.geclipse.jsdl.model.posix with parameters of type ArgumentType
 void DocumentRoot.setArgument(ArgumentType value)
          Sets the value of the 'Argument' containment reference
 

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

Classes in eu.geclipse.jsdl.model.posix.impl that implement ArgumentType
 class ArgumentTypeImpl
          An implementation of the model object 'Argument Type'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return ArgumentType
 ArgumentType PosixFactoryImpl.createArgumentType()
           
 ArgumentType DocumentRootImpl.getArgument()
           
 

Methods in eu.geclipse.jsdl.model.posix.impl with parameters of type ArgumentType
 NotificationChain DocumentRootImpl.basicSetArgument(ArgumentType newArgument, NotificationChain msgs)
           
 void DocumentRootImpl.setArgument(ArgumentType newArgument)
           
 

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

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

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

Methods in eu.geclipse.jsdl.model.posix.validation with parameters of type ArgumentType
 boolean DocumentRootValidator.validateArgument(ArgumentType value)
           
 


g-Eclipse
Release 1.0.0