Interface Ids

  • All Known Implementing Classes:
    Resources

    public interface Ids
    IDs used in HTML elements and across multiple classes. Please add IDs to this interface even if there's already an equivalent or similar constant in ModelDescriptionConstants (SoC).

    The IDs defined here are reused by QA. So please make sure that IDs are not spread over the code base but gathered in this interface. This is not always possible - for instance if the ID contains dynamic parts like a resource name or selected server. But IDs which only contain static strings should be part of this interface.