IBM Rational Software Modeler
Release 6.0

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

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

public final class CPPExtendClassifierRule.InheritanceKind
extends Object

List of the inheritance kinds supported by the transformation.


Field Summary
static int DEFAULT
          Default inheritance
static int PRIVATE
          Private inheritance
static int PROTECTED
          Protected inheritance
static int PUBLIC
          Public inheritance
 
Constructor Summary
CPPExtendClassifierRule.InheritanceKind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC

public static final int PUBLIC
Public inheritance

See Also:
Constant Field Values

PRIVATE

public static final int PRIVATE
Private inheritance

See Also:
Constant Field Values

PROTECTED

public static final int PROTECTED
Protected inheritance

See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
Default inheritance

See Also:
Constant Field Values
Constructor Detail

CPPExtendClassifierRule.InheritanceKind

public CPPExtendClassifierRule.InheritanceKind()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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