All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.ifarchive.glk.IntConstant

java.lang.Object
   |
   +----org.ifarchive.glk.IntConstant

public class IntConstant
extends Object
A Glk dispatch integer constant.


Variable Index

 o name
The name of this constant.
 o value
And its value.

Method Index

 o count()
Return the number of integer constants.
 o get(int)
Retrieve an integer constant.

Variables

 o name
 public String name
The name of this constant.

 o value
 public long value
And its value.

Methods

 o count
 public static int count()
Return the number of integer constants.

Returns:
The number of integer constants in this Glk library.
 o get
 public static IntConstant get(int index)
Retrieve an integer constant.

Parameters:
index - The number of the integer constant, 0 - count
Returns:
The requested constant, or null if index is out of range
See Also:
count

All Packages  Class Hierarchy  This Package  Previous  Next  Index