public class TestTag extends Object implements Comparable<TestTag>
Modifier and Type | Class and Description |
---|---|
static class |
TestTag.TestTagBuilder |
public static final TestTag EMPTY_TAG
public String getName()
public String getType()
public static TestTag.TestTagBuilder withName(String tagName)
public int compareTo(TestTag otherTag)
compareTo
in interface Comparable<TestTag>
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.