anvil.annot
Class ValueReciprocalLinkType

java.lang.Object
  |
  +--anvil.annot.ValueType
        |
        +--anvil.annot.ValueLinkType
              |
              +--anvil.annot.ValueMultipleLinkType
                    |
                    +--anvil.annot.ValueReciprocalLinkType

public class ValueReciprocalLinkType
extends ValueMultipleLinkType

Those attribute values that can take links.


Field Summary
 
Fields inherited from class anvil.annot.ValueLinkType
color
 
Fields inherited from class anvil.annot.ValueType
NULL_VALUE, NULL_VALUE_DOC
 
Constructor Summary
ValueReciprocalLinkType(java.lang.String ra)
           
 
Method Summary
 java.lang.String getReciprocalAttribute()
           
 java.lang.String toLabel()
          Returns the name of this value type as a string.
 java.lang.String toString()
           
 
Methods inherited from class anvil.annot.ValueMultipleLinkType
print
 
Methods inherited from class anvil.annot.ValueLinkType
getColor, isValidValue, setColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueReciprocalLinkType

public ValueReciprocalLinkType(java.lang.String ra)
Method Detail

toLabel

public java.lang.String toLabel()
Description copied from class: ValueType
Returns the name of this value type as a string.

Specified by:
toLabel in class ValueType

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getReciprocalAttribute

public java.lang.String getReciprocalAttribute()