public static enum JacORBLogFormatter.ClockFormat extends Enum<JacORBLogFormatter.ClockFormat>
| Modifier and Type | Method and Description |
|---|---|
static JacORBLogFormatter.ClockFormat |
getClockFormat(String cf) |
static JacORBLogFormatter.ClockFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JacORBLogFormatter.ClockFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JacORBLogFormatter.ClockFormat TIME
public static final JacORBLogFormatter.ClockFormat DATE_TIME
public static final JacORBLogFormatter.ClockFormat NONE
public static JacORBLogFormatter.ClockFormat[] values()
for (JacORBLogFormatter.ClockFormat c : JacORBLogFormatter.ClockFormat.values()) System.out.println(c);
public static JacORBLogFormatter.ClockFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static JacORBLogFormatter.ClockFormat getClockFormat(String cf) throws ConfigurationException
ConfigurationExceptionCopyright © 2017 JacORB. All rights reserved.