|
TC Java 2011 Version |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalDescriptor | |
---|---|
gov.nih.nlm.nls.tc.Jdi | This package provides base Java classes of all Jdi operations. |
Uses of JournalDescriptor in gov.nih.nlm.nls.tc.Jdi |
---|
Methods in gov.nih.nlm.nls.tc.Jdi that return JournalDescriptor | |
---|---|
JournalDescriptor |
JournalDescriptors.GetJdByIndex(int index)
Get JD object by specifying JD index. |
JournalDescriptor |
JournalDescriptors.GetJdByJdid(java.lang.String jdid)
Get JD object by specifying JD id. |
JournalDescriptor |
JournalDescriptors.GetJdByName(java.lang.String name)
Get JD object by specifying JD name. |
Methods in gov.nih.nlm.nls.tc.Jdi that return types with arguments of type JournalDescriptor | |
---|---|
java.util.Hashtable<java.lang.Integer,JournalDescriptor> |
JournalDescriptors.GetJdsByIndex()
Get the collection object (in hashtable) of all JDs with key in index. |
java.util.Hashtable<java.lang.String,JournalDescriptor> |
JournalDescriptors.GetJdsByJdid()
Get the collection object (in hashtable) of all JDs with key in id. |
java.util.Hashtable<java.lang.String,JournalDescriptor> |
JournalDescriptors.GetJdsByName()
Get the collection object (in hashtable) of all JDs with key in name. |
|
TC Java 2011 Version |
|||||||||
PREV NEXT | FRAMES NO FRAMES |