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

Inherits MendixObjectMember< Double >.

List of all members.

Public Member Functions

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

Detailed Description

Float primitive


Constructor & Destructor Documentation

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

Creates MendixFloat with the given virtual settings

Parameters:
namethe name of the float
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.MendixFloat.getValueFromString ( String  s)
Returns:
the float value of the string as a double
void com.mendix.core.objectmanagement.member.MendixFloat.parseInitialValueFromString ( String  s)
String com.mendix.core.objectmanagement.member.MendixFloat.parseValueToString ( IContext  context)

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