Interface IHasID<IDTYPE>

    • Method Detail

      • getID

        IDTYPE getID()
        Get the unique ID of this object. If the type is String than the returned value must match an XML NMToken expression (so e.g. no ':' in the ID)!
        Returns:
        The ID of this object. May not be null.