Package si.ijs.kt.clus.util.jeans.io.ini
Class INIFileInt
java.lang.Object
si.ijs.kt.clus.util.jeans.io.ini.INIFileNode
si.ijs.kt.clus.util.jeans.io.ini.INIFileEntry
si.ijs.kt.clus.util.jeans.io.ini.INIFileInt
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ValueCheckprotected HashMapprotected intprotected HashMapstatic final longFields inherited from class si.ijs.kt.clus.util.jeans.io.ini.INIFileEntry
m_NameFields inherited from class si.ijs.kt.clus.util.jeans.io.ini.INIFileNode
m_Enabled, m_hName, m_hParent -
Constructor Summary
ConstructorsConstructorDescriptionINIFileInt(String name) INIFileInt(String name, int value) INIFileInt(String name, String value) -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()voidsetNamedValue(int value, String name) voidsetValue(int value) voidvoidsetValueCheck(ValueCheck check) Methods inherited from class si.ijs.kt.clus.util.jeans.io.ini.INIFileEntry
build, isSection, isSectionGroup, saveMethods inherited from class si.ijs.kt.clus.util.jeans.io.ini.INIFileNode
getDepth, getName, getParent, getPathName, hasParent, isEnabled, setEnabled, setName, setParent
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
m_Value
protected int m_Value -
m_Check
-
m_NameToValue
-
m_ValueToName
-
-
Constructor Details
-
INIFileInt
- Throws:
NumberFormatException
-
INIFileInt
-
INIFileInt
-
-
Method Details
-
setValueCheck
-
cloneNode
- Specified by:
cloneNodein classINIFileNode
-
setNamedValue
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
setValue
- Specified by:
setValuein classINIFileEntry- Throws:
NumberFormatException
-
getStringValue
- Specified by:
getStringValuein classINIFileEntry
-