org.infolayer.model.op
Class OpInfolayerStatic

java.lang.Object
  extended byorg.infolayer.model.PredefinedOperation
      extended byorg.infolayer.model.op.OpInfolayerStatic
All Implemented Interfaces:
OperationImpl

public class OpInfolayerStatic
extends PredefinedOperation

Author:
haustein To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static int GET_ACTIVE_USERS
           
static int GET_CONFIGURATION_PROPERTY
           
static int GET_CURRENT_DATE_TIME
           
static int GET_CURRENT_USER
           
static int GET_MIME_TYPE
           
 
Fields inherited from interface org.infolayer.model.OperationImpl
DETERMINISTIC, IL_EXTENSION, NO_PARAMETER, QUERY, SIDE_EFFECTS
 
Constructor Summary
OpInfolayerStatic(UmlModel model, int op)
           
 
Method Summary
 java.lang.Object eval(java.lang.Object[] param)
           
 UmlClassifier[] getParameterTypes()
           
 UmlClassifier getType()
           
static void register(UmlClassifier ils)
           
 
Methods inherited from class org.infolayer.model.PredefinedOperation
eval
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_CURRENT_USER

public static final int GET_CURRENT_USER
See Also:
Constant Field Values

GET_CURRENT_DATE_TIME

public static final int GET_CURRENT_DATE_TIME
See Also:
Constant Field Values

GET_ACTIVE_USERS

public static final int GET_ACTIVE_USERS
See Also:
Constant Field Values

GET_MIME_TYPE

public static final int GET_MIME_TYPE
See Also:
Constant Field Values

GET_CONFIGURATION_PROPERTY

public static final int GET_CONFIGURATION_PROPERTY
See Also:
Constant Field Values
Constructor Detail

OpInfolayerStatic

public OpInfolayerStatic(UmlModel model,
                         int op)
Method Detail

register

public static void register(UmlClassifier ils)

getType

public UmlClassifier getType()

getParameterTypes

public UmlClassifier[] getParameterTypes()

eval

public java.lang.Object eval(java.lang.Object[] param)