com.telelogic.rhapsody.core
Class IRPTableLayout.Column.FlowAttribute

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPTableLayout.Column.FlowAttribute
Enclosing class:
IRPTableLayout.Column

public static final class IRPTableLayout.Column.FlowAttribute
extends java.lang.Object

Contains values to be used for Property parameter of addColumn method, when FlowAttribute is selected for the Type parameter of addColumn method.


Field Summary
static java.lang.String ITEM_FLOWS
          Value to be used for Property parameter of addColumn method, when FlowAttribute is selected for the Type parameter of addColumn method.
 
Constructor Summary
IRPTableLayout.Column.FlowAttribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_FLOWS

public static final java.lang.String ITEM_FLOWS
Value to be used for Property parameter of addColumn method, when FlowAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.Column.FlowAttribute

public IRPTableLayout.Column.FlowAttribute()