|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.datadef.TCEntry
cz.cmc.tcgui.datadef.TCObject
cz.cmc.tcgui.datadef.TCClass
Class representing allowed tc qdisc class and its specific properties.
Field Summary | |
static Exporter |
DEFAULT_EXPORTER
Default Class exporter |
static Generator |
DEFAULT_GENERATOR
Default Class generator. |
Fields inherited from class cz.cmc.tcgui.datadef.TCObject |
attributeEntry, DEFAULT_CHECKER, editor, exporter, generator, checker |
Fields inherited from class cz.cmc.tcgui.datadef.TCEntry |
description, id, label, name |
Constructor Summary | |
TCClass(String id,
String name,
String label)
Creates new TCClass with given id, name and label |
Methods inherited from class cz.cmc.tcgui.datadef.TCObject |
getAttributeEntry, getEditor, getExporter, getGenerator, getChecker, setAttributeEntry, setEditor, setExporter, setGenerator, setChecker |
Methods inherited from class cz.cmc.tcgui.datadef.TCEntry |
clone, getDescription, getID, getLabel, getName, setDescription, setID, setLabel, setName, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Generator DEFAULT_GENERATOR
public static final Exporter DEFAULT_EXPORTER
Constructor Detail |
public TCClass(String id, String name, String label)
id
- id of the TCClassname
- name of the TCClasslabel
- human-readable label of the TCClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |