com.ibm.etools.systems.as400filesubsys.impl
Class ISeriesListFieldsAdapterFactory
java.lang.Object
com.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
com.ibm.etools.systems.as400filesubsys.impl.ISeriesListFieldsAdapterFactory
- All Implemented Interfaces:
- com.ibm.etools.iseries.comm.interfaces.IISeriesHostListBaseFactory, com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
- public class ISeriesListFieldsAdapterFactory
- extends ISeriesListAbstractAdapterFactory
- implements com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
Adapter to map what the AS/400 comm layer returns for field list requests,
with what we need to drive the UI.
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory |
Copyright |
Method Summary |
com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldBasic |
createFieldObject()
Return an instance of a class that implements the
interface IISeriesHostFieldBasic |
com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly |
createNameOnlyObject()
Return an instance of a class that implements the
interface IISeriesHostFieldNameOnly |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
LISTTYPE_FLDS
public static final int LISTTYPE_FLDS
- See Also:
- Constant Field Values
ISeriesListFieldsAdapterFactory
protected ISeriesListFieldsAdapterFactory(ISeriesElementContext context)
- Constructor
createNameOnlyObject
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly createNameOnlyObject()
- Return an instance of a class that implements the
interface
IISeriesHostFieldNameOnly
- Specified by:
createNameOnlyObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
createFieldObject
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldBasic createFieldObject()
- Return an instance of a class that implements the
interface
IISeriesHostFieldBasic
- Specified by:
createFieldObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
Copyright © 2005 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.