Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.codeassist.base
Class ISeriesEditorProposalMatch

java.lang.Object
  extended by com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorProposalMatch
Direct Known Subclasses:
DataStructureProposalMatch, FieldProposalMatch, FileProposalMatch, ISeriesEditorFunctionalProposalMatch, ISeriesEditorTemplateProposalMatch, OpCodeProposalMatch, RecordProposalMatch, SubprocedureProposalMatch, SubroutineProposalMatch

public class ISeriesEditorProposalMatch
extends Object


Field Summary
protected  String _help
           
protected  String _imageID
           
protected  boolean _isParameter
           
protected  Object _match
           
protected  String _postHelp
           
protected  boolean _preserveCase
           
 
Constructor Summary
ISeriesEditorProposalMatch(Object match, String help)
           
ISeriesEditorProposalMatch(Object match, String help, String imageID)
           
ISeriesEditorProposalMatch(Object match, String help, String imageID, String postCompletionHelp)
           
ISeriesEditorProposalMatch(Object match, String help, String imageID, String postCompletionHelp, boolean isParameter)
           
 
Method Summary
 boolean equals(ISeriesEditorProposalMatch compareMatch)
           
 ISeriesEditorProposalMatches getContainer()
           
 String getHelp()
           
 String getHelpImageID()
           
 String getImageID()
           
 Object getMatch()
           
 String getName()
           
protected  String getNewLine()
           
 String getPostCompletionHelp()
           
 String getProposal()
           
 String getText()
           
 boolean insertBraces()
           
 boolean isParameter()
           
 boolean preserveCase()
           
 void setContainer(ISeriesEditorProposalMatches container)
           
 void setIsParameter(boolean isParameter)
           
 void setPreserveCase(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_match

protected Object _match

_help

protected String _help

_postHelp

protected String _postHelp

_imageID

protected String _imageID

_preserveCase

protected boolean _preserveCase

_isParameter

protected boolean _isParameter
Constructor Detail

ISeriesEditorProposalMatch

public ISeriesEditorProposalMatch(Object match,
                                  String help)

ISeriesEditorProposalMatch

public ISeriesEditorProposalMatch(Object match,
                                  String help,
                                  String imageID)

ISeriesEditorProposalMatch

public ISeriesEditorProposalMatch(Object match,
                                  String help,
                                  String imageID,
                                  String postCompletionHelp)

ISeriesEditorProposalMatch

public ISeriesEditorProposalMatch(Object match,
                                  String help,
                                  String imageID,
                                  String postCompletionHelp,
                                  boolean isParameter)
Method Detail

insertBraces

public boolean insertBraces()

getMatch

public Object getMatch()

getName

public String getName()

getText

public String getText()

getProposal

public String getProposal()

getHelp

public String getHelp()

getPostCompletionHelp

public String getPostCompletionHelp()

getNewLine

protected String getNewLine()

getImageID

public String getImageID()

getHelpImageID

public String getHelpImageID()

setPreserveCase

public void setPreserveCase(boolean flag)

preserveCase

public boolean preserveCase()

equals

public boolean equals(ISeriesEditorProposalMatch compareMatch)

getContainer

public ISeriesEditorProposalMatches getContainer()

setContainer

public void setContainer(ISeriesEditorProposalMatches container)

isParameter

public boolean isParameter()

setIsParameter

public void setIsParameter(boolean isParameter)

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.