Searched refs:SPECIFICATION_TITLE (Results 1 – 4 of 4) sorted by relevance
417 Attributes.Name.SPECIFICATION_TITLE, spec); in testDecoding()428 Attributes.Name.SPECIFICATION_TITLE)); in testDecoding()
503 specTitle = attr.getValue(Name.SPECIFICATION_TITLE); in Package()514 specTitle = attr.getValue(Name.SPECIFICATION_TITLE); in Package()
499 specTitle = attr.getValue(Name.SPECIFICATION_TITLE); in definePackage()510 specTitle = attr.getValue(Name.SPECIFICATION_TITLE); in definePackage()
654 public static final Name SPECIFICATION_TITLE = new Name("Specification-Title"); field in Attributes.Name