public class MendixString extends com.mendix.core.objectmanagement.MendixObjectMemberImpl<String>
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
Constructor and Description |
---|
MendixString(IMetaPrimitive primitive) |
MendixString(String name,
boolean v,
String virtualActionName)
Creates MendixString with the given virtual settings
|
MendixString(String name,
int maxLength) |
Modifier and Type | Method and Description |
---|---|
String |
getValueFromString(String s)
Get value for this ObjectMember from a String
|
void |
parseInitialValueFromString(String s) |
void |
setValue(IContext context,
String value,
boolean performValidation)
Use
setValue instead as this is for internal use. |
checkReadAccess, checkWriteAccess, clone, equals, getComponent, getMemberValueState, getMxObject, getName, getOriginalValue, getState, getValue, getVirtualCaller, hashCode, hasReadAccess, hasWriteAccess, isVirtual, overrideReadAccess, overrideWriteAccess, parseValueFromString, parseValueFromString, parseValueToString, setInitialValue, setMemberValueState, setOriginalValue, setParentObject, setReadAccess, setState, setValue, setVirtual, setVirtualCaller, setWriteAccess, toString, toString
public MendixString(String name, int maxLength)
name
- the name of the stringmaxLength
- the maximum length of the stringpublic MendixString(String name, boolean v, String virtualActionName)
name
- the name of the stringv
- boolean defining whether this primitive is virtual or notvirtualActionName
- the CoreAction which will be called when using getValuepublic MendixString(IMetaPrimitive primitive)
public String getValueFromString(String s)
IMendixObjectMember
s
- the stringpublic void parseInitialValueFromString(String s)
public void setValue(IContext context, String value, boolean performValidation)
IMendixObjectMember
setValue
instead as this is for internal use.setValue
in interface com.mendix.core.objectmanagement.MendixObjectMember<String>
setValue
in interface IMendixObjectMember<String>
setValue
in class com.mendix.core.objectmanagement.MendixObjectMemberImpl<String>
value
- the value to setperformValidation
- to set if the data validation should be performed.