com.telelogic.rhapsody.core
Class IRPApplication.AddToModel_Mode

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPApplication.AddToModel_Mode
Enclosing interface:
IRPApplication

public static final class IRPApplication.AddToModel_Mode
extends java.lang.Object

This class holds constant values to be used with addToModelEx method.


Field Summary
static int AS_REFERENCE
          A reference to the unit should be added to the model (unit cannot be modified).
static int AS_UNIT_WITH_COPY
          The unit should be added to the model and its file should be copied to the project directory.
static int AS_UNIT_WITHOUT_COPY
          The unit should be added to the model as an editable unit, but its file should not be copied to the project directory.
 
Constructor Summary
IRPApplication.AddToModel_Mode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AS_UNIT_WITH_COPY

public static final int AS_UNIT_WITH_COPY
The unit should be added to the model and its file should be copied to the project directory.

See Also:
Constant Field Values

AS_UNIT_WITHOUT_COPY

public static final int AS_UNIT_WITHOUT_COPY
The unit should be added to the model as an editable unit, but its file should not be copied to the project directory.

See Also:
Constant Field Values

AS_REFERENCE

public static final int AS_REFERENCE
A reference to the unit should be added to the model (unit cannot be modified).

See Also:
Constant Field Values
Constructor Detail

IRPApplication.AddToModel_Mode

public IRPApplication.AddToModel_Mode()