IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.transform.uml2.cpp
Class CPPExtendClassifierRule.StdOperationType

java.lang.Object
  extended bycom.ibm.xtools.transform.uml2.cpp.CPPExtendClassifierRule.StdOperationType
Enclosing class:
CPPExtendClassifierRule

public final class CPPExtendClassifierRule.StdOperationType
extends Object

List of the standard operations supported by the transformation.


Field Summary
static int ASSIGNMENT
          Assignment
static int CONSTRUCTOR
          Default constructor
static int COPY_CONSTRUCTOR
          Copy constructor
static int DESTRUCTOR
          Destructor
 
Constructor Summary
CPPExtendClassifierRule.StdOperationType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSTRUCTOR

public static final int CONSTRUCTOR
Default constructor

See Also:
Constant Field Values

COPY_CONSTRUCTOR

public static final int COPY_CONSTRUCTOR
Copy constructor

See Also:
Constant Field Values

DESTRUCTOR

public static final int DESTRUCTOR
Destructor

See Also:
Constant Field Values

ASSIGNMENT

public static final int ASSIGNMENT
Assignment

See Also:
Constant Field Values
Constructor Detail

CPPExtendClassifierRule.StdOperationType

public CPPExtendClassifierRule.StdOperationType()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.