anvil.annot
Class ValueMultipleLinkType

java.lang.Object
  |
  +--anvil.annot.ValueType
        |
        +--anvil.annot.ValueLinkType
              |
              +--anvil.annot.ValueMultipleLinkType
Direct Known Subclasses:
ValueMultiLinkType, ValueReciprocalLinkType, ValueSpanLinkType

public abstract class ValueMultipleLinkType
extends ValueLinkType

Value that takes one or more 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
ValueMultipleLinkType()
           
 
Method Summary
 void print()
           
 
Methods inherited from class anvil.annot.ValueLinkType
getColor, isValidValue, setColor
 
Methods inherited from class anvil.annot.ValueType
toLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueMultipleLinkType

public ValueMultipleLinkType()
Method Detail

print

public void print()
Overrides:
print in class ValueLinkType