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

Inherits MendixObjectMember< String >.

List of all members.

Public Member Functions

 MendixString (String name, int maxLength)
 MendixString (String name, boolean v, String virtualActionName)
String getValueFromString (String s)
void parseInitialValueFromString (String s)
void setValue (IContext context, String value)
void setValue (IContext context, String value, boolean performValidation)

Detailed Description

String primitive


Constructor & Destructor Documentation

com.mendix.core.objectmanagement.member.MendixString.MendixString ( String  name,
int  maxLength 
)
Parameters:
namethe name of the string
maxLengththe maximum length of the string
com.mendix.core.objectmanagement.member.MendixString.MendixString ( String  name,
boolean  v,
String  virtualActionName 
)

Creates MendixString with the given virtual settings

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

Member Function Documentation

String com.mendix.core.objectmanagement.member.MendixString.getValueFromString ( String  s)
Parameters:
sthe string
Returns:
the string parameter
void com.mendix.core.objectmanagement.member.MendixString.parseInitialValueFromString ( String  s)
void com.mendix.core.objectmanagement.member.MendixString.setValue ( IContext  context,
String  value 
)
void com.mendix.core.objectmanagement.member.MendixString.setValue ( IContext  context,
String  value,
boolean  performValidation 
)

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