public abstract class DayOfTheWeekHelper extends Object
Constructor and Description |
---|
DayOfTheWeekHelper() |
Modifier and Type | Method and Description |
---|---|
static DayOfTheWeek |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
DayOfTheWeek that) |
static DayOfTheWeek |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
DayOfTheWeek value) |
public static void insert(Any a, DayOfTheWeek that)
public static DayOfTheWeek extract(Any a)
public static TypeCode type()
public static String id()
public static DayOfTheWeek read(InputStream istream)
public static void write(OutputStream ostream, DayOfTheWeek value)
Copyright © 2013. All Rights Reserved.