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 ValueCheck
protected HashMap
protected int
protected HashMap
static final long
Fields inherited from class si.ijs.kt.clus.util.jeans.io.ini.INIFileEntry
m_Name
Fields 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 TypeMethodDescriptionint
getValue()
void
setNamedValue
(int value, String name) void
setValue
(int value) void
void
setValueCheck
(ValueCheck check) Methods inherited from class si.ijs.kt.clus.util.jeans.io.ini.INIFileEntry
build, isSection, isSectionGroup, save
Methods 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:
cloneNode
in classINIFileNode
-
setNamedValue
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
setValue
- Specified by:
setValue
in classINIFileEntry
- Throws:
NumberFormatException
-
getStringValue
- Specified by:
getStringValue
in classINIFileEntry
-