Searched refs:_uniqueName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DOperation.java58 _uniqueName = name.getLocalPart();
72 return _uniqueName;
76 _uniqueName = s;
96 return !_name.getLocalPart().equals(_uniqueName);
246 private String _uniqueName; field in class:Operation

Completed in 29 milliseconds