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

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

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


Field Summary
static java.lang.String LIST_OF_MODEL_ELEMENTS
          Value to be used for cellType parameter of SetColumnImplementationCellType method.
static java.lang.String MODEL_ELEMENT
          Value to be used for cellType parameter of SetColumnImplementationCellType method.
static java.lang.String STRING
          Value to be used for cellType parameter of SetColumnImplementationCellType method.
 
Constructor Summary
IRPTableLayout.Column.ImplementationCellType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final java.lang.String STRING
Value to be used for cellType parameter of SetColumnImplementationCellType method.

See Also:
Constant Field Values

MODEL_ELEMENT

public static final java.lang.String MODEL_ELEMENT
Value to be used for cellType parameter of SetColumnImplementationCellType method.

See Also:
Constant Field Values

LIST_OF_MODEL_ELEMENTS

public static final java.lang.String LIST_OF_MODEL_ELEMENTS
Value to be used for cellType parameter of SetColumnImplementationCellType method.

See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.Column.ImplementationCellType

public IRPTableLayout.Column.ImplementationCellType()