Determines whether the specified value is one of the constants defined in this class.
public static boolean valid( int value )
value
The value to check.
Returns true if the value is valid for this class; otherwise, returns false.
The default implementation returns false. Be sure to override this method in your own enumerator class.