com.ibm.etools.iseries.rse.ui.view.datatable
Class MemberElement
java.lang.Object
com.ibm.etools.iseries.rse.ui.view.datatable.MemberElement
public class MemberElement
- extends Object
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
element
public IQSYSResource element
libraryName
public String libraryName
fileName
public String fileName
memberName
public String memberName
hasVarlenGraphicKey
public boolean hasVarlenGraphicKey
MemberElement
public MemberElement(IQSYSMember qmbr)
resolveMemberElement
public static MemberElement resolveMemberElement(IQSYSResource input)
getQsysPath
public String getQsysPath()
getMemberNameFormatted
public String getMemberNameFormatted()
getAs400
public AS400 getAs400()
throws SystemMessageException
- Throws:
SystemMessageException
getRecordCount
public int getRecordCount()
throws Exception
- Code adapted from NativeFileSystemMiner
- Throws:
Exception
getMemberSpecs
public ISeriesHostMemberDefinition getMemberSpecs()
throws Exception
- Code adapted from NativeFileSystemMiner
(Want to obtain both record counts, so pass back the structure
which has both.)
- Throws:
Exception
queryFieldList
public List queryFieldList()
getMatchingFieldFromList
public ISeriesHostFieldBasic getMatchingFieldFromList(List list,
int i,
String name)
throws Exception
- Throws:
Exception
queryKeyFieldList
public IISeriesHostRecordFormatKeyInformation[] queryKeyFieldList()
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.