Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostObjectNameArray

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameArray
All Implemented Interfaces:
IISeriesHostObjectNameArray, IISeriesHostObjectNameOnly
Direct Known Subclasses:
ISeriesHostMemberNameArray

public class ISeriesHostObjectNameArray
extends Object
implements IISeriesHostObjectNameArray

This class encapsulates a list of name Strings


Field Summary
static String Copyright
           
 
Constructor Summary
ISeriesHostObjectNameArray()
           
 
Method Summary
 String getLibrary()
           
 String getName()
           
 String[] getNames()
          Return the list of names as an array of Strings
 List getNamesList()
          Return the list of names as a List of Strings
 void setLibrary(String name)
           
 void setName(String name)
          Set the object name.
 String toString()
           
 void writeObjectInfo(PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesHostObjectNameArray

public ISeriesHostObjectNameArray()
Method Detail

setName

public void setName(String name)
Set the object name.

Specified by:
setName in interface IISeriesHostObjectNameArray
Specified by:
setName in interface IISeriesHostObjectNameOnly

getNamesList

public List getNamesList()
Return the list of names as a List of Strings

Specified by:
getNamesList in interface IISeriesHostObjectNameArray

getNames

public String[] getNames()
Return the list of names as an array of Strings

Specified by:
getNames in interface IISeriesHostObjectNameArray

setLibrary

public void setLibrary(String name)
Specified by:
setLibrary in interface IISeriesHostObjectNameOnly

getName

public String getName()
Specified by:
getName in interface IISeriesHostObjectNameOnly

getLibrary

public String getLibrary()
Specified by:
getLibrary in interface IISeriesHostObjectNameOnly

toString

public String toString()
Specified by:
toString in interface IISeriesHostObjectNameOnly
Overrides:
toString in class Object

writeObjectInfo

public void writeObjectInfo(PrintWriter writer)
Specified by:
writeObjectInfo in interface IISeriesHostObjectNameOnly

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.