This class represents a enumeration value needed to create an enumeration
class (not yet supported by the MDARAD GENERATOR)
author: Philippe Brouillette version: 1.0
Public constructor that initializes the value and the
label of the allowable value
Parameters: value - String that represents the value Parameters: label - Label associated to the allowable value
Indicates whether some AllowableValue object is equals to this one
Parameters: obj - Object that must be an instance of AllowableValue true if this object is the same as the obj argument; false otherwise. exception: IllegalArgumentException - Thown if the object is not of type AllowableValue See Also:java.lang.Object.equals(java.lang.Object)