Package net.runelite.client.config
Class ConfigSectionDescriptor
- java.lang.Object
-
- net.runelite.client.config.ConfigSectionDescriptor
-
- All Implemented Interfaces:
ConfigObject
public final class ConfigSectionDescriptor extends Object implements ConfigObject
-
-
Constructor Summary
Constructors Constructor Description ConfigSectionDescriptor(String key, ConfigSection section)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
ConfigSection
getSection()
int
hashCode()
String
key()
String
name()
int
position()
String
toString()
-
-
-
Constructor Detail
-
ConfigSectionDescriptor
public ConfigSectionDescriptor(String key, ConfigSection section)
-
-
Method Detail
-
key
public String key()
- Specified by:
key
in interfaceConfigObject
-
name
public String name()
- Specified by:
name
in interfaceConfigObject
-
position
public int position()
- Specified by:
position
in interfaceConfigObject
-
getKey
public String getKey()
-
getSection
public ConfigSection getSection()
-
-