Architecting and designing : UML 2.0 Lite : UML models : UML class diagrams : Utility
  
Utility
A utility is a grouping of global variables and procedures in the form of a class declaration. This is not a fundamental construct, but a programming convenience. The attributes and operations of the utility become global variables and procedures.
A utility is modeled as a class with stereotype the stereotype <utility>. It may have both attributes and operations, all of which are treated as global attributes and operations.
Example
See also
UML class diagrams