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:

Generated

Constructor Summary
protected AnyTypeOperations()
           
 
Method Summary
static
<O> java.lang.String
getName(AnyType<O> anyType)
           
static
<O> org.eclipse.emf.common.util.EList<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()

Generated
Method Detail

getName

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

Generated
NOT

oclOperations

public static <O> org.eclipse.emf.common.util.EList<O> oclOperations(AnyType<O> anyType)

Generated
NOT