|
|||||||||
| Home >> All >> jmmv >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jmmv.db
Class RegisterFactory

java.lang.Objectjmmv.db.RegisterFactory
- public abstract class RegisterFactory
- extends java.lang.Object
| Field Summary | |
static int |
FIRSTID
|
| Constructor Summary | |
RegisterFactory()
|
|
| Method Summary | |
abstract Register |
getRegister(int type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
FIRSTID
public static final int FIRSTID
- See Also:
- Constant Field Values
| Constructor Detail |
RegisterFactory
public RegisterFactory()
| Method Detail |
getRegister
public abstract Register getRegister(int type)
|
|||||||||
| Home >> All >> jmmv >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jmmv.db.RegisterFactory