org.eclipse.ocl.types.operations
Class AnyTypeOperations

java.lang.Object
  extended by org.eclipse.ocl.types.operations.AnyTypeOperations

public class AnyTypeOperations
extends java.lang.Object

A static utility class that provides operations related to 'Any Type' model objects.

Since:
1.3

The following operations are supported:


Constructor Summary
protected AnyTypeOperations()
           
 
Method Summary
static
<O> java.lang.String
getName(AnyType<O> anyType)
           
static
<O>
oclOperations(AnyType<O> anyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyTypeOperations

protected AnyTypeOperations()

Method Detail

getName

public static <O> java.lang.String getName(AnyType<O> anyType)


oclOperations

public static <O>  oclOperations(AnyType<O> anyType)


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.