Searched refs:checkValidLabel (Results 1 – 1 of 1) sorted by relevance
112 this.elementName = checkValidLabel(elementName, "element name"); in AttributeKey()113 this.attributeName = checkValidLabel(attributeName, "attribute name"); in AttributeKey()254 private static String checkValidLabel(String value, String description) { in checkValidLabel() method in AttributeKey