|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.puk.config.xmlFile.properties.ConfigurationState
public class ConfigurationState
Diese Klasse stellt einen Zustand dar, der in der K2S.DTD definiert ist
Field Summary | |
---|---|
(package private) SystemObjectInfo |
_info
|
(package private) String |
_name
|
(package private) long |
_value
|
Constructor Summary | |
---|---|
ConfigurationState(String name,
long value)
|
|
ConfigurationState(String name,
String value)
|
Method Summary | |
---|---|
SystemObjectInfo |
getInfo()
Attribut "info" |
String |
getName()
Attribut "name" |
long |
getValue()
Attribut "wert" |
void |
setInfo(SystemObjectInfo info)
Attribut "info" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
SystemObjectInfo _info
final String _name
final long _value
Constructor Detail |
---|
public ConfigurationState(String name, long value)
name
- Attribut "name", null
ist nicht erlaubtvalue
- Attribut "wert"public ConfigurationState(String name, String value)
Method Detail |
---|
public void setInfo(SystemObjectInfo info)
info
- s.o.public SystemObjectInfo getInfo()
null
falls der Wert nicht gesetzt istpublic String getName()
public long getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |