org.eclipse.ocl.expressions.operations
Class CollectionLiteralPartOperations

java.lang.Object
  extended by org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
Direct Known Subclasses:
CollectionItemOperations, CollectionRangeOperations

public class CollectionLiteralPartOperations
extends java.lang.Object

A static utility class that provides operations related to 'Collection Literal Part' model objects.

Since:
1.3

The following operations are supported:

Generated

Constructor Summary
protected CollectionLiteralPartOperations()
           
 
Method Summary
static
<C,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(CollectionLiteralPart<C> collectionLiteralPart, U v)
           
static
<C> java.lang.String
getName(CollectionLiteralPart<C> collectionLiteralPart)
           
static
<C> C
getType(CollectionLiteralPart<C> collectionLiteralPart)
           
static
<C> void
setName(CollectionLiteralPart<C> collectionLiteralPart, java.lang.String name)
           
static
<C> void
setType(CollectionLiteralPart<C> collectionLiteralPart, C type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionLiteralPartOperations

protected CollectionLiteralPartOperations()

Generated
Method Detail

getName

public static <C> java.lang.String getName(CollectionLiteralPart<C> collectionLiteralPart)

Generated
NOT

getType

public static <C> C getType(CollectionLiteralPart<C> collectionLiteralPart)

Generated
NOT

setName

public static <C> void setName(CollectionLiteralPart<C> collectionLiteralPart,
                               java.lang.String name)

Generated
NOT

setType

public static <C> void setType(CollectionLiteralPart<C> collectionLiteralPart,
                               C type)

Generated
NOT

accept

public static <C,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(CollectionLiteralPart<C> collectionLiteralPart,
                                                                    U v)

Generated
NOT