public class MendixFloat extends com.mendix.core.objectmanagement.MendixObjectMemberImpl<Double>
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
Constructor and Description |
---|
MendixFloat(IMetaPrimitive primitive) |
MendixFloat(String name) |
MendixFloat(String name,
boolean v,
String virtualActionName)
Creates MendixFloat with the given virtual settings
|
Modifier and Type | Method and Description |
---|---|
protected RoundingMode |
getRoundingMode() |
Double |
getValueFromString(String s)
Get value for this ObjectMember from a String
|
void |
parseInitialValueFromString(String s) |
String |
parseValueToString(IContext context) |
checkReadAccess, checkWriteAccess, clone, equals, getComponent, getMemberValueState, getMxObject, getName, getOriginalValue, getState, getValue, getVirtualCaller, hashCode, hasReadAccess, hasWriteAccess, isVirtual, overrideReadAccess, overrideWriteAccess, parseValueFromString, parseValueFromString, setInitialValue, setMemberValueState, setOriginalValue, setParentObject, setReadAccess, setState, setValue, setValue, setVirtual, setVirtualCaller, setWriteAccess, toString, toString
public MendixFloat(String name)
name
- the name of the floatpublic MendixFloat(String name, boolean v, String virtualActionName)
name
- the name of the floatv
- boolean defining whether this primitive is virtual or notvirtualActionName
- the CoreAction which will be called when using getValuepublic MendixFloat(IMetaPrimitive primitive)
public Double getValueFromString(String s)
IMendixObjectMember
public void parseInitialValueFromString(String s)
public String parseValueToString(IContext context)
parseValueToString
in interface com.mendix.core.objectmanagement.MendixObjectMember<Double>
parseValueToString
in interface IMendixObjectMember<Double>
parseValueToString
in class com.mendix.core.objectmanagement.MendixObjectMemberImpl<Double>
protected RoundingMode getRoundingMode()