public class ConfigItem extends Object
| Constructor and Description |
|---|
ConfigItem() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationScope |
getConfigurationScope() |
String |
getDescription() |
String |
getKey() |
String |
getValue() |
String |
getValueType() |
boolean |
isPassword() |
void |
setConfigurationScope(ConfigurationScope configurationScope) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setPassword(boolean state) |
void |
setValue(String value) |
void |
setValueType(String valueType) |
public String getKey()
public void setKey(String key)
public String getDescription()
public void setDescription(String description)
public String getValue()
public void setValue(String value)
public String getValueType()
public void setValueType(String valueType)
public boolean isPassword()
public void setPassword(boolean state)
public ConfigurationScope getConfigurationScope()
public void setConfigurationScope(ConfigurationScope configurationScope)
Copyright © 2018. All rights reserved.