public static class IConfigFileParser.Attribute extends Object
Modifier and Type | Method and Description |
---|---|
void |
appendTo(IJsonObjectWrapper jsonObject) |
static List<IConfigFileParser.Attribute> |
fromJson(IJsonObjectWrapper jsonObject) |
String |
getKey() |
String |
getValue() |
String |
getValue(String defaultValue) |
void |
setKey(String key) |
void |
setValue(String value) |
IJsonObjectWrapper |
toJson() |
public static List<IConfigFileParser.Attribute> fromJson(IJsonObjectWrapper jsonObject)
public String getKey()
public void setKey(String key)
public void setValue(String value)
public String getValue()
public IJsonObjectWrapper toJson()
public void appendTo(IJsonObjectWrapper jsonObject)
Copyright © 2022. All rights reserved.