public class GenericPropertyEntry extends Object implements org.openksavi.sponge.config.PropertyEntry
| Constructor and Description |
|---|
GenericPropertyEntry(Object value,
boolean variable,
boolean system) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
boolean |
isSystem() |
boolean |
isVariable() |
void |
setSystem(boolean system) |
void |
setValue(Object value) |
void |
setVariable(boolean variable) |
String |
toString() |
public GenericPropertyEntry(Object value, boolean variable, boolean system)
public Object getValue()
getValue in interface org.openksavi.sponge.config.PropertyEntrypublic void setValue(Object value)
public boolean isVariable()
isVariable in interface org.openksavi.sponge.config.PropertyEntrypublic void setVariable(boolean variable)
public boolean isSystem()
isSystem in interface org.openksavi.sponge.config.PropertyEntrypublic void setSystem(boolean system)
Copyright © 2016–2017 Softelnet. All rights reserved.