org.eclipse.ocl.expressions.operations
Class TupleLiteralPartOperations

java.lang.Object
  extended by org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations

public class TupleLiteralPartOperations
extends java.lang.Object

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

The following operations are supported:

Generated

Constructor Summary
protected TupleLiteralPartOperations()
           
 
Method Summary
static
<C,P,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(TupleLiteralPart<C,P> tupleLiteralPart, U v)
           
static
<C,P> boolean
checkValueType(TupleLiteralPart<C,P> tupleLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          attribute.type = value.type
static
<C,P> java.lang.String
getName(TupleLiteralPart<C,P> tupleLiteralPart)
           
static
<C,P> C
getType(TupleLiteralPart<C,P> tupleLiteralPart)
           
static
<C,P> void
setName(TupleLiteralPart<C,P> tupleLiteralPart, java.lang.String name)
           
static
<C,P> void
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

TupleLiteralPartOperations

protected TupleLiteralPartOperations()

Generated
Method Detail

getName

public static <C,P> java.lang.String getName(TupleLiteralPart<C,P> tupleLiteralPart)

Since:
1.3
Generated
NOT

getType

public static <C,P> C getType(TupleLiteralPart<C,P> tupleLiteralPart)

Since:
1.3
Generated
NOT

setName

public static <C,P> void setName(TupleLiteralPart<C,P> tupleLiteralPart,
                                 java.lang.String name)

Since:
1.3
Generated
NOT

setType

public static <C,P> void setType(TupleLiteralPart<C,P> tupleLiteralPart,
                                 C type)

Since:
1.3
Generated
NOT

accept

public static <C,P,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(TupleLiteralPart<C,P> tupleLiteralPart,
                                                                      U v)

Since:
1.3
Generated
NOT

checkValueType

public static <C,P> boolean checkValueType(TupleLiteralPart<C,P> tupleLiteralPart,
                                           org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                           java.util.Map<java.lang.Object,java.lang.Object> context)
attribute.type = value.type

Parameters:
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.
Generated
NOT