|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.puk.config.xmlFile.properties.ConfigurationIntegerDef
public class ConfigurationIntegerDef
Diese Klasse beschreibt eine Ganzzahl nach der K2S.DTD.
Constructor Summary | |
---|---|
ConfigurationIntegerDef()
|
Method Summary | |
---|---|
int |
getBits()
Attribut "bits" |
ConfigurationIntegerValueRange[] |
getValueRangeAndState()
Array, das Objekte enthält, die vom Typ ConfigurationValueRange und vom Typ ConfigurationState sein können. |
void |
setBits(int bits)
Attribut "bits" |
void |
setBits(String bits)
Attribut "bits" |
void |
setValueRangeAndState(ConfigurationIntegerValueRange[] regionAndState)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationIntegerDef()
Method Detail |
---|
public int getBits()
public void setBits(String bits) throws IllegalArgumentException
bits
- s.o.
IllegalArgumentException
- setBits(int)
public void setBits(int bits) throws IllegalArgumentException
bits
- s.o.
IllegalArgumentException
- Die Anzahl Bits ist kleiner gleich 0 oder größer als 64public ConfigurationIntegerValueRange[] getValueRangeAndState()
public void setValueRangeAndState(ConfigurationIntegerValueRange[] regionAndState)
regionAndState
- Array, das Objekte enthält, die vom Typ ConfigurationValueRange und vom Typ ConfigurationState sein können. Sind keine Objekte
vorhanden, so ist das Array leer.
IllegalArgumentException
- Bei Objekten vom Typ "ConfigurationState" muss jeder Wert und jeder Name eindeutig (nur einmal vergeben) sein. Wird diese
Exception geworfen, wurde dagegen verstossen.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |