com.telelogic.rhapsody.core
Class IRPMatrixView.ContentFormat

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPMatrixView.ContentFormat
Enclosing interface:
IRPMatrixView

public static final class IRPMatrixView.ContentFormat
extends java.lang.Object

This class contains values that specify export format


Field Summary
static java.lang.String CSV
          Export in Comma Separated Value (CSV) format.
static java.lang.String HTML
          Export in HTML format.
static java.lang.String XML
          Export in XML format.
 
Constructor Summary
IRPMatrixView.ContentFormat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML

public static final java.lang.String HTML
Export in HTML format. Exported only string representations.

See Also:
Constant Field Values

XML

public static final java.lang.String XML
Export in XML format. For each model element, its GUID is exported as well.

See Also:
Constant Field Values

CSV

public static final java.lang.String CSV
Export in Comma Separated Value (CSV) format. Exported only string representations.

See Also:
Constant Field Values
Constructor Detail

IRPMatrixView.ContentFormat

public IRPMatrixView.ContentFormat()