Interface MendixString
- All Superinterfaces:
 IMendixObjectMember<String>
Provides the interface for a Mendix attribute with type String.
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState - 
Method Summary
Modifier and TypeMethodDescriptiongetValueFromString(String stringValue) Return same passed value.Methods inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
getMemberValueState, getName, getOriginalValue, getState, getValue, hasReadAccess, hasWriteAccess, isChanged, isValueChanged, isVirtual, parseValueFromString, parseValueToString, setValue, setValue, toString 
- 
Method Details
- 
getValueFromString
Return same passed value.- Specified by:
 getValueFromStringin interfaceIMendixObjectMember<String>- Parameters:
 stringValue- the string to parse- Returns:
 - the parsed value
 
 
 -