Uses of Interface
Moml.Any

Packages that use Any
Moml   
Moml.impl   
Moml.util   
 

Uses of Any in Moml
 

Subinterfaces of Any in Moml
 interface GroupType
          A representation of the model object 'Group Type'.
 

Methods in Moml that return Any
 Any MomlFactory.createAny()
          Returns a new object of class 'Any'.
 

Uses of Any in Moml.impl
 

Classes in Moml.impl that implement Any
 class AnyImpl
          An implementation of the model object 'Any'.
 class GroupTypeImpl
          An implementation of the model object 'Group Type'.
 

Methods in Moml.impl that return Any
 Any MomlFactoryImpl.createAny()
           
 

Uses of Any in Moml.util
 

Methods in Moml.util with parameters of type Any
 T MomlSwitch.caseAny(Any object)
          Returns the result of interpreting the object as an instance of 'Any'.