|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
public class CollectionLiteralPartOperations
A static utility class that provides operations related to 'Collection Literal Part' model objects.
Constructor Summary | |
---|---|
protected |
CollectionLiteralPartOperations()
|
Method Summary | ||
---|---|---|
static
|
accept(CollectionLiteralPart<C> collectionLiteralPart,
U v)
|
|
static
|
getName(CollectionLiteralPart<C> collectionLiteralPart)
|
|
static
|
getType(CollectionLiteralPart<C> collectionLiteralPart)
|
|
static
|
setName(CollectionLiteralPart<C> collectionLiteralPart,
java.lang.String name)
|
|
static
|
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 |
---|
protected CollectionLiteralPartOperations()
Method Detail |
---|
public static <C> java.lang.String getName(CollectionLiteralPart<C> collectionLiteralPart)
public static <C> C getType(CollectionLiteralPart<C> collectionLiteralPart)
public static <C> void setName(CollectionLiteralPart<C> collectionLiteralPart, java.lang.String name)
public static <C> void setType(CollectionLiteralPart<C> collectionLiteralPart, C type)
public static <C,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(CollectionLiteralPart<C> collectionLiteralPart, U v)
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |