Page last modified 13:03, 11 Aug 2015 by juhako

.endsWith()

    Table of contents

    Description of the method

     

    Description: endsWith method tests if the string ends with specific characters given as a parameter for this function.
    Available for: string
    Parameters: string
    Return type: boolean

    Example

     

    Context: HeaderType1
    OCL: self.Id.endsWith('a')
    Description: The example rule checks if the value of <Id> ends with character a.

     

    The XML snippet below would pass this check.

    <Id>Ida</Id>

    The other snippet below however would not pass this check.

    <Id>Idb</Id>

     

    Attached you can find example schema and files which you can use for testing.

    Menu