de.uni_paderborn.fujaba.codegen
Class CodeGenTargetParserPair

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.CodeGenTargetParserPair

public class CodeGenTargetParserPair
extends java.lang.Object

Version:
$Revision: 1.4 $
Author:
mksoft

Field Summary
private  CodeGenStrategy strategy
          No comment provided by developer, please add a comment to improve documentation.
private  CodeGenTarget target
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
CodeGenTargetParserPair()
          Constructor for class CodeGenTargetParserPair
 
Method Summary
 CodeGenStrategy getStrategy()
          Get the strategy attribute of the CodeGenTargetParserPair object
 CodeGenTarget getTarget()
          Get the target attribute of the CodeGenTargetParserPair object
 boolean isValid()
          Get the valid attribute of the CodeGenTargetParserPair object
 void setStrategy(CodeGenStrategy strategy)
           
 void setTarget(CodeGenTarget target)
           
 java.lang.String toString()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

private CodeGenTarget target
No comment provided by developer, please add a comment to improve documentation.


strategy

private CodeGenStrategy strategy
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

CodeGenTargetParserPair

public CodeGenTargetParserPair()
Constructor for class CodeGenTargetParserPair

Method Detail

isValid

public boolean isValid()
Get the valid attribute of the CodeGenTargetParserPair object

Returns:
The valid value

getStrategy

public CodeGenStrategy getStrategy()
Get the strategy attribute of the CodeGenTargetParserPair object

Returns:
The strategy value

getTarget

public CodeGenTarget getTarget()
Get the target attribute of the CodeGenTargetParserPair object

Returns:
The target value

setStrategy

public void setStrategy(CodeGenStrategy strategy)
Parameters:
strategy -

setTarget

public void setTarget(CodeGenTarget target)
Parameters:
target -

toString

public java.lang.String toString()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided