| Package | Description |
|---|---|
| stella.net.ads |
| Modifier and Type | Method and Description |
|---|---|
static AdsValue.Types |
AdsValue.Types.getTypeFromChar(char abb)
From a single-char abbreviation get the ads value type as an enum.
|
static AdsValue.Types |
AdsValue.Types.getTypeFromCode(int dec)
From the ADS-internal type code, see,
int_codes, we return the appropriate AdsValue Type.
|
static AdsValue.Types |
AdsValue.Types.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsValue.Types[] |
AdsValue.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|