org.eclipse.ocl.types.operations
Class InvalidTypeOperations

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

public class InvalidTypeOperations
extends java.lang.Object

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

Since:
1.3

The following operations are supported:

Generated

Constructor Summary
protected InvalidTypeOperations()
           
 
Method Summary
static
<O> java.lang.String
getName(InvalidType<O> invalidType)
           
static
<O> org.eclipse.emf.common.util.EList<O>
oclOperations(InvalidType<O> invalidType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidTypeOperations

protected InvalidTypeOperations()

Generated
Method Detail

getName

public static <O> java.lang.String getName(InvalidType<O> invalidType)

Generated
NOT

oclOperations

public static <O> org.eclipse.emf.common.util.EList<O> oclOperations(InvalidType<O> invalidType)

Generated
NOT