org.eclipse.ocl.types.operations
Class TemplateParameterTypeOperations

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

public class TemplateParameterTypeOperations
extends java.lang.Object

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

Since:
3.0

The following operations are supported:

Generated

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

Constructor Detail

TemplateParameterTypeOperations

protected TemplateParameterTypeOperations()

Generated
Method Detail

getName

public static <C,O> java.lang.String getName(TypeType<C,O> typeType)

Generated
NOT

oclOperations

public static <C,O> org.eclipse.emf.common.util.EList<O> oclOperations(TypeType<C,O> typeType)

Generated
NOT