Uses of Interface
Moml.InputType

Packages that use InputType
Moml   
Moml.impl   
Moml.util   
 

Uses of InputType in Moml
 

Methods in Moml that return InputType
 InputType MomlFactory.createInputType()
          Returns a new object of class 'Input Type'.
 InputType DocumentRoot.getInput()
          Returns the value of the 'Input' containment reference.
 

Methods in Moml that return types with arguments of type InputType
 EList<InputType> ClassType.getInput()
          Returns the value of the 'Input' containment reference list.
 EList<InputType> EntityType.getInput()
          Returns the value of the 'Input' containment reference list.
 EList<InputType> ModelType.getInput()
          Returns the value of the 'Input' containment reference list.
 

Methods in Moml with parameters of type InputType
 void DocumentRoot.setInput(InputType value)
          Sets the value of the 'Input' containment reference.
 

Uses of InputType in Moml.impl
 

Classes in Moml.impl that implement InputType
 class InputTypeImpl
          An implementation of the model object 'Input Type'.
 

Methods in Moml.impl that return InputType
 InputType MomlFactoryImpl.createInputType()
           
 InputType DocumentRootImpl.getInput()
           
 

Methods in Moml.impl that return types with arguments of type InputType
 EList<InputType> ClassTypeImpl.getInput()
           
 EList<InputType> EntityTypeImpl.getInput()
           
 EList<InputType> ModelTypeImpl.getInput()
           
 

Methods in Moml.impl with parameters of type InputType
 NotificationChain DocumentRootImpl.basicSetInput(InputType newInput, NotificationChain msgs)
           
 void DocumentRootImpl.setInput(InputType newInput)
           
 

Uses of InputType in Moml.util
 

Methods in Moml.util with parameters of type InputType
 T MomlSwitch.caseInputType(InputType object)
          Returns the result of interpreting the object as an instance of 'Input Type'.