protected static class GridPkgFactory.ClassCategory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static GridPkgFactory.ClassCategory |
A_BOUNDED_GRID
Indicates a class representing a bounded grid with a two-parameter
constructor specifying the number of rows and number of columns
in the grid.
|
protected static GridPkgFactory.ClassCategory |
A_GRID_OBJECT
Indicates a class representing a bounded grid.
|
protected static GridPkgFactory.ClassCategory |
AN_UNBOUNDED_GRID
Indicates a class representing an unbounded grid with a default
(no-parameter) constructor.
|
Modifier | Constructor and Description |
---|---|
protected |
ClassCategory(int categoryCode)
Constructs a new ClassCategory object.
|
protected static GridPkgFactory.ClassCategory A_BOUNDED_GRID
protected static GridPkgFactory.ClassCategory AN_UNBOUNDED_GRID
protected static GridPkgFactory.ClassCategory A_GRID_OBJECT