VCS: default changed on server interval
[fedora-idea.git] / resources / src / javadoc / EnumValues.java.template
blob186aa81721eba89eb4875ab7f8a6b50a078276be
1 /**
2  * Returns an array containing the constants of this enum
3  * type, in the order they're declared.  This method may be
4  * used to iterate over the constants as follows:
5  * <pre>
6  *    for(<ClassName> c : <ClassName>.values())
7  *        System.out.println(c);
8  * </pre>
9  *
10  * @return an array containing the constants of this enum
11  * type, in the order they're declared
12  */