|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.rhapsody.core.IRPApplication.AddToModel_Mode
public static final class IRPApplication.AddToModel_Mode
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 |
---|
public static final int AS_UNIT_WITH_COPY
public static final int AS_UNIT_WITHOUT_COPY
public static final int AS_REFERENCE
Constructor Detail |
---|
public IRPApplication.AddToModel_Mode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |