public class MendixBoolean extends com.mendix.core.objectmanagement.MendixObjectMemberImpl<Boolean>
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
Constructor and Description |
---|
MendixBoolean(IMetaPrimitive primitive) |
MendixBoolean(String name) |
MendixBoolean(String name,
boolean v,
String virtualActionName)
Creates MendixBoolean with the given virtual settings
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getValueFromString(String s)
Get value for this ObjectMember from a String
|
void |
parseInitialValueFromString(String s) |
void |
setValue(IContext context,
Boolean 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 MendixBoolean(String name)
name
- the name of the booleanpublic MendixBoolean(String name, boolean v, String virtualActionName)
name
- the name of the booleanv
- boolean defining whether this primitive is virtual or notvirtualActionName
- the CoreAction which will be called when using getValuepublic MendixBoolean(IMetaPrimitive primitive)
public Boolean getValueFromString(String s)
IMendixObjectMember
public void parseInitialValueFromString(String s)
public void setValue(IContext context, Boolean value, boolean performValidation)
IMendixObjectMember
setValue
instead as this is for internal use.setValue
in interface com.mendix.core.objectmanagement.MendixObjectMember<Boolean>
setValue
in interface IMendixObjectMember<Boolean>
setValue
in class com.mendix.core.objectmanagement.MendixObjectMemberImpl<Boolean>
value
- the value to setperformValidation
- to set if the data validation should be performed.