com.telelogic.rhapsody.core
Class IRPTableView.ContentFormat

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

public static final class IRPTableView.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
IRPTableView.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

IRPTableView.ContentFormat

public IRPTableView.ContentFormat()