public class Char extends Object
Java class for char simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="char">
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</restriction>
</simpleType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
value |
| Constructor and Description |
|---|
Char() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Gets the value of the value property.
|
void |
setValue(int value)
Sets the value of the value property.
|
Copyright © 2024. All rights reserved.