iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400cmdsubsys
Interface SystemLibraryListEntry

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SystemLibraryListEntryImpl

public interface SystemLibraryListEntry
extends org.eclipse.emf.ecore.EObject


Field Summary
static String copyright
           
 
Method Summary
 String getLibrary()
           
 String getPosition()
           
 void setLibrary(String value)
           
 void setPosition(String value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

getLibrary

public String getLibrary()
Returns:
The value of the Library attribute

setLibrary

public void setLibrary(String value)
Parameters:
value - The new value of the Library attribute

getPosition

public String getPosition()
Returns:
The value of the Position attribute

setPosition

public void setPosition(String value)
Parameters:
value - The new value of the Position attribute

iSeries Remote Systems
v6.0.1

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.