# Choice

Common Class to provide or obtain a value, when there are multiple supported values.

## Package /utils/util/choice

## Constructors

| Constructor         | Description                                                             |
| :------------------ | :---------------------------------------------------------------------- |
| constructor( value) | Creates a ***Choice class*** instance with the specified chioce value. |
----

## Methods

| Method     | Description                                             |
| :--------- | :------------------------------------------------------ |
| getValue() | The getter method to get ***Choice Value***.       |
----

[source](../../utils/util/choice.js)
