com.telelogic.rhapsody.core
Class IRPSearchQuery.References.RelationKind

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPSearchQuery.References.RelationKind
Enclosing class:
IRPSearchQuery.References

public static final class IRPSearchQuery.References.RelationKind
extends java.lang.Object


Field Summary
static java.lang.String AGGREGATE
           
static java.lang.String DIAGRAM_ELEMENT
           
static java.lang.String INCOMING_RELATION
           
static java.lang.String OUTGOING_RELATION
           
static java.lang.String REFERENCE
           
static java.lang.String UNDEFINED_RELATION
           
 
Constructor Summary
IRPSearchQuery.References.RelationKind()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDEFINED_RELATION

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

INCOMING_RELATION

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

OUTGOING_RELATION

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

AGGREGATE

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

REFERENCE

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

DIAGRAM_ELEMENT

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

IRPSearchQuery.References.RelationKind

public IRPSearchQuery.References.RelationKind()