com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostFieldNameArray
- All Superinterfaces:
- IISeriesHostFieldNameOnly, IISeriesHostObjectNameOnly, IISeriesHostRecordNameOnly
- All Known Implementing Classes:
- ISeriesHostFieldNameArray
public interface IISeriesHostFieldNameArray
- extends IISeriesHostFieldNameOnly
This interface represents the bare bones request of host field list requests, returning
an array of Strings that are the names of the things listed.
Copyright
static final String Copyright
- See Also:
- Constant Field Values
setName
void setName(String name)
- Specified by:
setName
in interface IISeriesHostObjectNameOnly
getNamesList
List getNamesList()
- Return the list of names as a list of Strings
getNames
String[] getNames()
- Return the list of names as an array of Strings
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.