| ## Copyright (c) 2008 Cisco Systems, Inc. |
| ## All rights reserved. This program and the accompanying materials |
| ## are made available under the terms of the Eclipse Public License v1.0 |
| ## which accompanies this distribution, and is available at |
| ## http://www.eclipse.org/legal/epl-v10.html |
| ## |
| ## Contributors: |
| ## Cisco Systems, Inc. - dkeysell |
| $castUtils.setPluginRef($pluginConfig)## |
| <html> |
| <head> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>Enumerations</title> |
| <link rel="stylesheet" type="text/css" href="../css/styles.css"> |
| </head> |
| <body> |
| <h1>Enumerations</h1> |
| <p class="small"> |
| <a href="index.html">back to index</a> |
| </p> |
| #foreach($enum in ${docUtils.sortByName($castUtils.toModel($allEnumerations))} ) |
| #artiDetails($enum) |
| #end |
| <div id="footer-copyright">© $tsProjectHandle.getProjectDetails().getProperty("copyrightNotice","")</div> |
| </body> |
| </html> |