public final class ClockStyle extends Enum
Title: ClockStyle class
Description: Describes the possible values of Clock.Style.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static ClockStyle |
DECIMAL
Defines clock figures as Decimal numerals.
|
static ClockStyle |
ROMAN
Defines clock figures as Roman numerals.
|
getValue, readResolve
public static final ClockStyle DECIMAL
public static final ClockStyle ROMAN