org.olat.course.condition.operators
Class IsInAttributeOperator

java.lang.Object
  extended by org.olat.course.condition.operators.AbstractOperator
      extended by org.olat.course.condition.operators.IsInAttributeOperator
All Implemented Interfaces:
java.io.Serializable, Operator

public class IsInAttributeOperator
extends AbstractOperator

Description:
Wrapper for the isInAttribute operator (isInAttribute(attr,val)) in extended easy mode.

Initial Date: 23.10.2006

Author:
Lars Eberle (BPS Bildungsportal Sachsen GmbH)
See Also:
Serialized Form

Field Summary
 java.lang.String DISPLAY
           
 java.lang.String OPERATOR
           
 java.lang.String OPERATORKEY
           
 
Constructor Summary
IsInAttributeOperator()
           
 
Method Summary
 java.lang.String getLabelKey()
           
 java.lang.String getOperator()
           
 java.lang.String getOperatorKey()
           
 
Methods inherited from class org.olat.course.condition.operators.AbstractOperator
buildExpression, buildSQLStatement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATOR

public final transient java.lang.String OPERATOR
See Also:
Constant Field Values

OPERATORKEY

public final transient java.lang.String OPERATORKEY
See Also:
Constant Field Values

DISPLAY

public final transient java.lang.String DISPLAY
See Also:
Constant Field Values
Constructor Detail

IsInAttributeOperator

public IsInAttributeOperator()
Method Detail

getOperatorKey

public java.lang.String getOperatorKey()
Returns:
the operators key (e.g. for use in StaticSingleSelectionFields)

getOperator

public java.lang.String getOperator()
Returns:
the operators function name

getLabelKey

public java.lang.String getLabelKey()
Returns:
the key of the operators label to be translated