Interface MendixAutoNumber

All Superinterfaces:
IMendixObjectMember<Long>

public interface MendixAutoNumber extends IMendixObjectMember<Long>
Provides the interface for a Mendix attribute with type AutoNumber.
  • Method Details

    • getValueFromString

      Long getValueFromString(String stringValue)
      Parses and returns a value for this object member from a string.

      If the stringValue is null returns null, otherwise uses Long.parseLong(String)

      to convert stringValue to a Long value.
      Specified by:
      getValueFromString in interface IMendixObjectMember<Long>
      Parameters:
      stringValue - the string to parse
      Returns:
      parsed value