Checks if this is one of the specified candidates. @param candidates candidates @return result of check
(final Axis... candidates)
| 171 | * @return result of check |
| 172 | */ |
| 173 | public boolean oneOf(final Axis... candidates) { |
| 174 | return Enums.oneOf(this, candidates); |
| 175 | } |
| 176 | |
| 177 | @Override |
| 178 | public String toString() { |