public abstract class VoteHelper extends Object
| Constructor and Description |
|---|
VoteHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Vote |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Vote that) |
static Vote |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
Vote value) |
public static TypeCode type()
public static String id()
public static Vote read(InputStream istream)
public static void write(OutputStream ostream, Vote value)
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.