Uses of Class
org.eclipse.ocl.examples.codegen.java.types.BoxedValueDescriptor

Packages that use BoxedValueDescriptor
org.eclipse.ocl.examples.codegen.java.types   
 

Uses of BoxedValueDescriptor in org.eclipse.ocl.examples.codegen.java.types
 

Subclasses of BoxedValueDescriptor in org.eclipse.ocl.examples.codegen.java.types
 class EnumerationValueDescriptor
           
 class IntegerValueDescriptor
          An IntegerValueDescriptor describes the boxed unbounded polymorphic representation of an OCL Integer.
 class RealValueDescriptor
          A RealValueDescriptor describes the boxed unbounded polymorphic representation of an OCL Real.
 class UnlimitedNaturalValueDescriptor
          An UnlimitedNaturalValueDescriptor describes the boxed unbounded polymorphic representation of an OCL UnlimitedNatural.