de.uni_paderborn.fujaba.codegen
Class OOInfixOp

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

public class OOInfixOp
extends java.lang.Object

Class OOInfixOp

Version:
$Revision: 1.11 $
Author:
$Author: schneider $

Field Summary
static OOInfixOp ADD_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp AND_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp ASSIGNMENT_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp DIV_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp GREATER_EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp GREATER_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp LESS_EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp LESS_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp MUL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp NOT_EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OR_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp SUB_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp UNKNOWN_OP
          No comment provided by developer, please add a comment to improve documentation.
 
Method Summary
 boolean equals(java.lang.Object other)
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp get(int operation, int qualifier)
          get OOInfixOp for given UMLAttrExprPair.operation and UMLAttrExprPair.qualifier
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_OP

public static final OOInfixOp UNKNOWN_OP
No comment provided by developer, please add a comment to improve documentation.


ASSIGNMENT_OP

public static final OOInfixOp ASSIGNMENT_OP
No comment provided by developer, please add a comment to improve documentation.


AND_OP

public static final OOInfixOp AND_OP
No comment provided by developer, please add a comment to improve documentation.


OR_OP

public static final OOInfixOp OR_OP
No comment provided by developer, please add a comment to improve documentation.


EQUAL_OP

public static final OOInfixOp EQUAL_OP
No comment provided by developer, please add a comment to improve documentation.


NOT_EQUAL_OP

public static final OOInfixOp NOT_EQUAL_OP
No comment provided by developer, please add a comment to improve documentation.


LESS_OP

public static final OOInfixOp LESS_OP
No comment provided by developer, please add a comment to improve documentation.


GREATER_OP

public static final OOInfixOp GREATER_OP
No comment provided by developer, please add a comment to improve documentation.


LESS_EQUAL_OP

public static final OOInfixOp LESS_EQUAL_OP
No comment provided by developer, please add a comment to improve documentation.


GREATER_EQUAL_OP

public static final OOInfixOp GREATER_EQUAL_OP
No comment provided by developer, please add a comment to improve documentation.


ADD_OP

public static final OOInfixOp ADD_OP
No comment provided by developer, please add a comment to improve documentation.


SUB_OP

public static final OOInfixOp SUB_OP
No comment provided by developer, please add a comment to improve documentation.


MUL_OP

public static final OOInfixOp MUL_OP
No comment provided by developer, please add a comment to improve documentation.


DIV_OP

public static final OOInfixOp DIV_OP
No comment provided by developer, please add a comment to improve documentation.

Method Detail

get

public static OOInfixOp get(int operation,
                            int qualifier)
get OOInfixOp for given UMLAttrExprPair.operation and UMLAttrExprPair.qualifier

Parameters:
operation - the UMLAttrExprPair.operation value
qualifier - the UMLAttrExprPair.qualifier value
Returns:
the corresponding OOInfixOp value

equals

public boolean equals(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
other - No description provided
Returns:
No description provided

toString

public java.lang.String toString()
Returns:
short string representation of current object