Retrieves a boolean value that indicates whether a specified value is a valid member of this class.
public static boolean valid( int value )
value
A value to compare to the constants defined in this class.
Returns true if value is a valid member of this class; otherwise, returns false.