Comparable¶
Definition¶
Extends¶
Extended By¶
- Character
- Integer
- Double
- Byte
- Short
- Boolean
- Float
- Long
- String
- Binary
- BigDecimal
- UUID
- Date
- UTC
- UTCN
- Complex
- BigInteger
- StyleOptionDefinition
Method Summary¶
| Owner | Name | Return Type | Description |
|---|---|---|---|
| Object | getClassName() | String | Returns the string name of this object's class type. |
| Object | toJson() | String | Returns a string of a json representation of this object. |
Method Definitions¶
getClassName()¶
Description¶
Returns the string name of this object's class type.
toJson()¶
Description¶
Returns a string of a json representation of this object.