com.telelogic.rhapsody.core
Class IRPTableLayout.QueryOrElementsList

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPTableLayout.QueryOrElementsList
Enclosing interface:
IRPTableLayout

public static final class IRPTableLayout.QueryOrElementsList
extends java.lang.Object

This class contains constant values for use with the methods setFromElementTypesUseQueryOrElementsList and setToElementTypesUseQueryOrElementsList.


Field Summary
static int ELEMENTS_LIST
          When ELEMENTS_LIST is used as the parameter for the methods setFromElementTypesUseQueryOrElementsList and setToElementTypesUseQueryOrElementsList, it indicates that elements selected in the element types list will be used to specify the "from" element types or "to" element types for the relation table.
static int QUERY
          When QUERY is used as the parameter for the methods setFromElementTypesUseQueryOrElementsList and setToElementTypesUseQueryOrElementsList, it indicates that a query is going to be used to determine the "from" element types or "to" element types for the relation table.
 
Constructor Summary
IRPTableLayout.QueryOrElementsList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY

public static final int QUERY
When QUERY is used as the parameter for the methods setFromElementTypesUseQueryOrElementsList and setToElementTypesUseQueryOrElementsList, it indicates that a query is going to be used to determine the "from" element types or "to" element types for the relation table.

See Also:
Constant Field Values

ELEMENTS_LIST

public static final int ELEMENTS_LIST
When ELEMENTS_LIST is used as the parameter for the methods setFromElementTypesUseQueryOrElementsList and setToElementTypesUseQueryOrElementsList, it indicates that elements selected in the element types list will be used to specify the "from" element types or "to" element types for the relation table.

See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.QueryOrElementsList

public IRPTableLayout.QueryOrElementsList()