anvil.annot
Class ValueSpanLinkType

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

public class ValueSpanLinkType
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
ValueSpanLinkType()
           
 
Method Summary
 void print()
           
 java.lang.String toLabel()
          Returns the name of this value type as a string.
 
Methods inherited from class anvil.annot.ValueLinkType
getColor, isValidValue, setColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSpanLinkType

public ValueSpanLinkType()
Method Detail

print

public void print()
Overrides:
print in class ValueMultipleLinkType

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