net.sf.dc.core.modules
Class DCModules
java.lang.Object
net.sf.dc.core.modules.DCModules
- public class DCModules
- extends java.lang.Object
Here the seperate modules are registered. This is all pretty much
straightforward
- Since:
- 1.4
- Version:
- 2.3
- Author:
- Robert Jan van der Waals
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_SOFTWARE
public static final int _SOFTWARE
- See Also:
- Constant Field Values
_MOVIE
public static final int _MOVIE
- See Also:
- Constant Field Values
_MUSIC
public static final int _MUSIC
- See Also:
- Constant Field Values
_AUDIOCD
public static final int _AUDIOCD
- See Also:
- Constant Field Values
_BOOK
public static final int _BOOK
- See Also:
- Constant Field Values
_PERSON
public static final int _PERSON
- See Also:
- Constant Field Values
_GENERIC
public static final int _GENERIC
- See Also:
- Constant Field Values
_AUDIOTRACK
public static final int _AUDIOTRACK
- See Also:
- Constant Field Values
_SOFTWARECAT
public static final int _SOFTWARECAT
- See Also:
- Constant Field Values
_BOOKCAT
public static final int _BOOKCAT
- See Also:
- Constant Field Values
_LOAN
public static final int _LOAN
- See Also:
- Constant Field Values
_PERSONTYPE
public static final int _PERSONTYPE
- See Also:
- Constant Field Values
DCModules
public DCModules()
register
public static void register(DCModule module)
getModule
public static DCModule getModule(int index)
getObjectForTable
public static DcObject getObjectForTable(java.lang.String tableName)
getCurrentModule
public static DCModule getCurrentModule()
getModules
public static java.util.Iterator getModules()