MetaDone
metadone.metabusiness.script.VariableContext.VarChange Interface Reference
Inheritance diagram for metadone.metabusiness.script.VariableContext.VarChange:
Collaboration diagram for metadone.metabusiness.script.VariableContext.VarChange:

List of all members.

Public Member Functions

VariableContext getContext ()
String getName ()
Object getValue ()

Static Public Attributes

static final MapFct< VarChange,
String > 
GetName

Detailed Description

Represents a variable value change.


Member Function Documentation

VariableContext metadone.metabusiness.script.VariableContext.VarChange.getContext ( )

The context where the variable is declared.

Returns:
The context
String metadone.metabusiness.script.VariableContext.VarChange.getName ( )

The name of the changed variable.

Returns:
The name

Implemented in metadone.client.grasyla2.actions.VariableChange.

Object metadone.metabusiness.script.VariableContext.VarChange.getValue ( )

The new value.

Returns:
The new value (may be null)

Implemented in metadone.client.grasyla2.actions.VariableChange.


Member Data Documentation

Initial value:
 new MapFct<VarChange, String>() {
            @Override
            public String map(VarChange a) {
                return a.getName();
            }
        }

Referenced by metadone.client.grasyla2.ref.UpdateOnEngine.activate(), metadone.client.grasyla2.value.ValueEngine.evaluateComponent(), and metadone.client.grasyla2.base.FontEngine.FontEngine().


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations