PropertySetpublic class PropertySet extends Object
Fields Summary |
---|
private String | _name | private int | _type | private int | _previous | private int | _next | private int | _dir | private int | _sb | private int | _size | private int | _num |
Constructors Summary |
---|
public PropertySet(String name, int type, int previous, int next, int dir, int sb, int size, int num)
_name = name;
_type = type;
_previous = previous;
_next = next;
_dir = dir;
_sb = sb;
_size = size;
_num = num;
|
Methods Summary |
---|
public int | getSize()
return _size;
| public int | getStartBlock()
return _sb;
|
|