| Modifier and Type | Field and Description |
|---|---|
static colorT |
colorT.black |
static colorT |
colorT.blue |
static colorT |
colorT.green |
static colorT |
colorT.red |
colorT |
colorTHolder.value |
| Modifier and Type | Method and Description |
|---|---|
colorT |
UnitedColors.discriminator() |
static colorT |
colorTHelper.extract(Any any) |
static colorT |
colorT.from_int(int value) |
static colorT |
colorTHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitedColors.i(colorT _discriminator,
int _x) |
static void |
colorTHelper.insert(Any any,
colorT s) |
void |
UnitedColors.s(colorT _discriminator,
String _x) |
static void |
colorTHelper.write(OutputStream out,
colorT s) |
| Constructor and Description |
|---|
colorTHolder(colorT initial) |
Copyright © 2017 JacORB. All rights reserved.