org.acedb
Interface IntValue

All Known Implementing Classes:
StaticIntValue

public interface IntValue
extends AceNode

An int value.

Author:
Matthew Pocock, Thomas Down

Method Summary
 int toInt()
           
 
Methods inherited from interface org.acedb.AceSet
contains, filter, getName, getParent, iterator, nameIterator, retrieve, size, toURL
 

Method Detail

toInt

public int toInt()