@Deprecated public class MendixCurrency extends com.mendix.core.objectmanagement.MendixObjectMemberImpl<Double>
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
Constructor and Description |
---|
MendixCurrency(IMetaPrimitive primitive)
Deprecated.
|
MendixCurrency(String name)
Deprecated.
|
MendixCurrency(String name,
boolean v,
String virtualActionName)
Deprecated.
Creates MendixCurrency with the given virtual settings
|
Modifier and Type | Method and Description |
---|---|
protected RoundingMode |
getRoundingMode()
Deprecated.
|
Double |
getValueFromString(String s)
Deprecated.
Get value for this ObjectMember from a String
|
void |
parseInitialValueFromString(String s)
Deprecated.
|
String |
parseValueToString(IContext context)
Deprecated.
|
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 MendixCurrency(String name)
name
- the name of the currencypublic MendixCurrency(String name, boolean v, String virtualActionName)
name
- the name of the currencyv
- boolean defining whether this primitive is virtual or notvirtualActionName
- the CoreAction which will be called when using getValuepublic MendixCurrency(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()