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:


Constructor Summary
protected TemplateParameterTypeOperations()
           
 
Method Summary
static
<C,O> java.lang.String
getName(TypeType<C,O> typeType)
           
static
<C,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()

Method Detail

getName

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


oclOperations

public static <C,O>  oclOperations(TypeType<C,O> typeType)


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