|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNvdmAPI.NvdmList
Container class for object names or class names. It basically wraps
java.util.Vector
and adds file, domain, class, and
instance information, as well as an error code. NvdmList
objects are used to pass back lists of object names or lists of
class names etc. That's why they cannot be instantiated directly.
Method Summary | |
void |
dump(java.io.PrintStream where)
Dumps the contents of the list to a stream. |
java.lang.String |
getClss()
Returns the class name this list was created for. |
java.lang.String |
getDomain()
Returns the domain name this list was created for. |
java.util.Enumeration |
getEntries()
Returns an enumeration of the list contents. |
java.lang.String |
getFile()
Returns the file name this list was created for. |
java.lang.String |
getInstance()
Returns the instance name this list was created for. |
int |
getRC()
Returns the error code of the operation that created this list. |
boolean |
isOk()
Tests if operation completed successfully. |
int |
size()
Returns the number of elements in the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getInstance()
public java.lang.String getClss()
public java.lang.String getFile()
public java.lang.String getDomain()
public int getRC()
RTE.getErrorText
)public int size()
public boolean isOk()
getRC
to be 0.
public java.util.Enumeration getEntries()
NvdmEntity
objects.
NvdmEntity
objectspublic void dump(java.io.PrintStream where)
where
- the stream where to dump the information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |