| |
|
| java.lang.Object junitx.ddtunit.resources.SimpleTypeSafeEnum
SimpleTypeSafeEnum | public class SimpleTypeSafeEnum (Code) | | Class represents a typesafe enumeration class example for test purposes.
author: jg |
Method Summary | |
public boolean | equals(Object o) Returns true if this SimpleTypeSafeEnum is
the same as the o argument. | public int | hashCode() Override hashCode. | public String | toString() |
equals | public boolean equals(Object o)(Code) | | Returns true if this SimpleTypeSafeEnum is
the same as the o argument.
true if this SimpleTypeSafeEnum isthe same as the o argument. |
hashCode | public int hashCode()(Code) | | Override hashCode.
the Objects hashcode. |
|
|
|