org.eclipse.ocl.types.operations
Class VoidTypeOperations

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

public class VoidTypeOperations
extends java.lang.Object

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

Since:
1.3

The following operations are supported:

Generated

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

Constructor Detail

VoidTypeOperations

protected VoidTypeOperations()

Generated
Method Detail

getName

public static <O> java.lang.String getName(VoidType<O> voidType)

Generated
NOT

oclOperations

public static <O> org.eclipse.emf.common.util.EList<O> oclOperations(VoidType<O> voidType)

Generated
NOT