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

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

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

Contains the pre-defined values to be used for Property parameter of addColumn method, when DependsOn is selected for the Type parameter of addColumn method. Other legal values for this field are names of Streotypes applicable to Dependency.


Field Summary
static java.lang.String DEPENDENCY
          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.DependsOn()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPENDENCY

public static final java.lang.String DEPENDENCY
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.DependsOn

public IRPTableLayout.Column.DependsOn()