|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
public class TupleLiteralPartOperations
A static utility class that provides operations related to 'Tuple Literal Part' model objects.
The following operations are supported:
Constructor Summary | |
---|---|
protected |
TupleLiteralPartOperations()
|
Method Summary | ||
---|---|---|
static
|
accept(TupleLiteralPart<C,P> tupleLiteralPart,
U v)
|
|
static
|
checkValueType(TupleLiteralPart<C,P> tupleLiteralPart,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
attribute.type = value.type |
|
static
|
getName(TupleLiteralPart<C,P> tupleLiteralPart)
|
|
static
|
getType(TupleLiteralPart<C,P> tupleLiteralPart)
|
|
static
|
setName(TupleLiteralPart<C,P> tupleLiteralPart,
java.lang.String name)
|
|
static
|
setType(TupleLiteralPart<C,P> tupleLiteralPart,
C type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TupleLiteralPartOperations()
Method Detail |
---|
public static <C,P> java.lang.String getName(TupleLiteralPart<C,P> tupleLiteralPart)
public static <C,P> C getType(TupleLiteralPart<C,P> tupleLiteralPart)
public static <C,P> void setName(TupleLiteralPart<C,P> tupleLiteralPart, java.lang.String name)
public static <C,P> void setType(TupleLiteralPart<C,P> tupleLiteralPart, C type)
public static <C,P,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(TupleLiteralPart<C,P> tupleLiteralPart, U v)
public static <C,P> boolean checkValueType(TupleLiteralPart<C,P> tupleLiteralPart, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
tupleLiteralPart
- The receiving 'Tuple Literal Part' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
|
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 |