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

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

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

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


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

Field Detail

VIA_PORT

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

See Also:
Constant Field Values

PORT_PROVIDED_INERFACE

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

See Also:
Constant Field Values

TO_ELEMENT

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

See Also:
Constant Field Values

PORT_REQUIRED_INERFACE

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

See Also:
Constant Field Values

PROVIDED_INERFACE_OPERATIONS

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

See Also:
Constant Field Values

REQUIRED_INERFACE_OPERATIONS

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

See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.Column.RelationAttributeTo

public IRPTableLayout.Column.RelationAttributeTo()