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

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

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

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


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

Field Detail

ID

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

See Also:
Constant Field Values

SPECIFICATION

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

See Also:
Constant Field Values

LINK_TYPE

public static final java.lang.String LINK_TYPE
See Also:
Constant Field Values

LINK_FROM

public static final java.lang.String LINK_FROM
See Also:
Constant Field Values

LINK_FROM_FULLNAME

public static final java.lang.String LINK_FROM_FULLNAME
See Also:
Constant Field Values

LINK_SUSPECT

public static final java.lang.String LINK_SUSPECT
See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.Column.RequirementAttribute

public IRPTableLayout.Column.RequirementAttribute()