public class GenericPropertyEntry extends Object implements 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 PropertyEntrypublic void setValue(Object value)
public boolean isVariable()
isVariable in interface PropertyEntrypublic void setVariable(boolean variable)
public boolean isSystem()
isSystem in interface PropertyEntrypublic void setSystem(boolean system)
Copyright © 2016–2018 Softelnet. All rights reserved.