shared
Class OptionAccess

java.lang.Object
  |
  +--shared.OptionAccess

public class OptionAccess
extends java.lang.Object

This class is used to maintain a count of how many times an option has been accessed.


Field Summary
 int count
          The count of how many times the option has been accessed.
 java.lang.String value
          The name of the option.
 
Constructor Summary
OptionAccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
The name of the option.

count

public int count
The count of how many times the option has been accessed.
Constructor Detail

OptionAccess

public OptionAccess()