public interface ControlInfo extends HDTOptions
Modifier and Type | Interface and Description |
---|---|
static class |
ControlInfo.Type |
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
ControlInfo.Type |
getType() |
void |
load(InputStream input) |
void |
save(OutputStream output) |
void |
setFormat(String format) |
void |
setType(ControlInfo.Type type) |
clear, get, getInt, set, setInt, setOptions
ControlInfo.Type getType()
void setType(ControlInfo.Type type)
String getFormat()
void setFormat(String format)
void save(OutputStream output) throws IOException
IOException
void load(InputStream input) throws IOException
IOException
Copyright © 2020 DataWeb Research. All rights reserved.