public interface IniProperty extends Map.Entry<String,String>, IniElement
property1=value1 | Modifier and Type | Method and Description |
|---|---|
void |
changeKey(String newKey)
change key value.
|
default String |
getKey()
get key
|
IniSection |
getSection()
section getter.
|
default String |
getValue()
get value
|
String |
key()
get key value
|
String |
setKey(String newKey)
set a new Key.
|
void |
setSection(IniSection section)
section setter.
|
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode, setValueclearComment, getComment, getCommentOptional, getOriginalValue, isComment, isProperty, isSection, line, setValue, setValue, toCompleteString, toNoCommentString, toString, valuecharAt, chars, codePoints, length, subSequenceIniSection getSection()
void setSection(IniSection section)
section - from sectionString key()
void changeKey(String newKey)
newKey - new key.default String getKey()
Copyright © 2020. All rights reserved.