g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.functions.ValuesType

Packages that use ValuesType
eu.geclipse.jsdl.model.functions   
eu.geclipse.jsdl.model.functions.impl   
eu.geclipse.jsdl.model.functions.util   
eu.geclipse.jsdl.model.functions.validation   
 

Uses of ValuesType in eu.geclipse.jsdl.model.functions
 

Methods in eu.geclipse.jsdl.model.functions that return ValuesType
 ValuesType FunctionsFactory.createValuesType()
          Returns a new object of class 'Values Type'
 ValuesType DocumentRoot.getValues()
          Returns the value of the 'Values' containment reference
 

Methods in eu.geclipse.jsdl.model.functions with parameters of type ValuesType
 void DocumentRoot.setValues(ValuesType value)
          Sets the value of the 'Values' containment reference
 

Uses of ValuesType in eu.geclipse.jsdl.model.functions.impl
 

Classes in eu.geclipse.jsdl.model.functions.impl that implement ValuesType
 class ValuesTypeImpl
          An implementation of the model object 'Values Type'
 

Methods in eu.geclipse.jsdl.model.functions.impl that return ValuesType
 ValuesType FunctionsFactoryImpl.createValuesType()
           
 ValuesType DocumentRootImpl.getValues()
           
 

Methods in eu.geclipse.jsdl.model.functions.impl with parameters of type ValuesType
 NotificationChain DocumentRootImpl.basicSetValues(ValuesType newValues, NotificationChain msgs)
           
 void DocumentRootImpl.setValues(ValuesType newValues)
           
 

Uses of ValuesType in eu.geclipse.jsdl.model.functions.util
 

Methods in eu.geclipse.jsdl.model.functions.util with parameters of type ValuesType
 java.lang.Object FunctionsSwitch.caseValuesType(ValuesType object)
          Returns the result of interpreting the object as an instance of 'Values Type'
 

Uses of ValuesType in eu.geclipse.jsdl.model.functions.validation
 

Methods in eu.geclipse.jsdl.model.functions.validation with parameters of type ValuesType
 boolean DocumentRootValidator.validateValues(ValuesType value)
           
 


g-Eclipse
Release 1.0.0