| Overload | Description | 
|---|---|
| PrimitiveData Constructor() | Initializes a new instance of the class with default data. | 
| PrimitiveData Constructor(Object) | Initializes a new instance of the class with given value. | 
| PrimitiveData Constructor(PrimitiveData) | Initializes a new copy of the object. | 
| PrimitiveData Constructor(PrimitiveDataType,Object) | Initializes a new instance of the class with given data type and value. | 
