aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka/docs/javadoc/EnumValues.java.template
blob: 4aed38a6234ff64437429b40f26e5fbb701fc9a8 (plain)
1
2
3
4
5
6
7
8
/**
 * Returns an array containing the constants of this enum
 * type, in the order they're declared.  This method may be
 * used to iterate over the constants.
 *
 * @return an array containing the constants of this enum
 * type, in the order they're declared
 */