Interface MendixLong
- All Superinterfaces:
- IMendixObjectMember<Long>
Provides the interface for a Mendix attribute with type Long.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMemberIMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
- 
Method SummaryModifier and TypeMethodDescriptiongetValueFromString(String stringValue) Parses and returns a value for this object member from a string.Methods inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMembergetMemberValueState, getName, getOriginalValue, getState, getValue, hasReadAccess, hasWriteAccess, isChanged, isValueChanged, isVirtual, parseValueFromString, parseValueToString, setValue, setValue, toString
- 
Method Details- 
getValueFromStringParses and returns a value for this object member from a string.If the string is null or empty returns null, otherwise uses Long.parseLong(String)to convert the string to a Long value.- Specified by:
- getValueFromStringin interface- IMendixObjectMember<Long>
- Parameters:
- stringValue- the string representation of the Long value
- Returns:
- the Long value parsed from the string
 
 
-