Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.core.objectmanagement.member.MendixCurrency Class Reference

Inherits MendixObjectMember< Double >.

List of all members.

Public Member Functions

 MendixCurrency (String name)
 MendixCurrency (String name, boolean v, String virtualActionName)
Double getValueFromString (String s)
void parseInitialValueFromString (String s)
String parseValueToString (IContext context)

Detailed Description

Double primitive


Constructor & Destructor Documentation

com.mendix.core.objectmanagement.member.MendixCurrency.MendixCurrency ( String  name)
Parameters:
namethe name of the currency
com.mendix.core.objectmanagement.member.MendixCurrency.MendixCurrency ( String  name,
boolean  v,
String  virtualActionName 
)

Creates MendixCurrency with the given virtual settings

Parameters:
namethe name of the currency
vboolean defining whether this primitive is virtual or not
virtualActionNamethe CoreAction which will be called when using getValue

Member Function Documentation

Double com.mendix.core.objectmanagement.member.MendixCurrency.getValueFromString ( String  s)
Returns:
the double value of the string
void com.mendix.core.objectmanagement.member.MendixCurrency.parseInitialValueFromString ( String  s)
String com.mendix.core.objectmanagement.member.MendixCurrency.parseValueToString ( IContext  context)

The documentation for this class was generated from the following file: