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

Inherits MendixObjectMember< Long >.

List of all members.

Public Member Functions

 MendixLong (String name)
 MendixLong (String name, boolean v, String virtualActionName)
Long getValueFromString (String s)
void parseInitialValueFromString (String s)

Detailed Description

Long primitive


Constructor & Destructor Documentation

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

Creates MendixLong with the given virtual settings

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

Member Function Documentation

Long com.mendix.core.objectmanagement.member.MendixLong.getValueFromString ( String  s)
void com.mendix.core.objectmanagement.member.MendixLong.parseInitialValueFromString ( String  s)

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