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

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

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

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


Field Summary
static java.lang.String Implementation
          Use this value to declare that a dynamic java code was set to be executed for this column.
 
Constructor Summary
IRPTableLayout.Column.UserDefinedMethod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Implementation

public static final java.lang.String Implementation
Use this value to declare that a dynamic java code was set to be executed for this column.

See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.Column.UserDefinedMethod

public IRPTableLayout.Column.UserDefinedMethod()