org.eclipse.ocl.types.operations
Class PrimitiveTypeOperations

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

public class PrimitiveTypeOperations
extends java.lang.Object

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

Since:
1.3

The following operations are supported:

Generated

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

Constructor Detail

PrimitiveTypeOperations

protected PrimitiveTypeOperations()

Generated
Method Detail

getName

public static <O> java.lang.String getName(PrimitiveType<O> primitiveType)

Generated
NOT

oclOperations

public static <O> org.eclipse.emf.common.util.EList<O> oclOperations(PrimitiveType<O> primitiveType)

Generated
NOT