anvil.annot
Class ValueOpenNumberType

java.lang.Object
  |
  +--anvil.annot.ValueType
        |
        +--anvil.annot.ValueNumberType
              |
              +--anvil.annot.ValueOpenNumberType

public class ValueOpenNumberType
extends ValueNumberType

Represents an open range (no bounds) of integer numbers.


Field Summary
 
Fields inherited from class anvil.annot.ValueType
NULL_VALUE, NULL_VALUE_DOC
 
Method Summary
 java.lang.String toLabel()
          Returns the name of this value type as a string.
 java.lang.String toString()
           
 
Methods inherited from class anvil.annot.ValueNumberType
isValidValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

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

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