All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testfabrik.webmate.javasdk.testmgmt.AssociationRole Maven / Gradle / Ivy

There is a newer version: 0.56
Show newest version
package com.testfabrik.webmate.javasdk.testmgmt;

public enum AssociationRole {
    PartOf("PartOf");

    public final String associationRole;

    AssociationRole(String associationRole) {
        this.associationRole = associationRole;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy