public class CoreValue extends Object implements PlasmaValue
| Constructor and Description |
|---|
CoreValue(PlasmaProperty property,
Object value) |
CoreValue(PlasmaProperty property,
Object value,
FunctionIdentifier function) |
| Modifier and Type | Method and Description |
|---|---|
FunctionIdentifier[] |
getFunctions() |
PlasmaProperty |
getProperty() |
Object |
getValue() |
public CoreValue(PlasmaProperty property, Object value)
public CoreValue(PlasmaProperty property, Object value, FunctionIdentifier function)
public PlasmaProperty getProperty()
getProperty in interface PlasmaValuepublic Object getValue()
getValue in interface PlasmaValuepublic FunctionIdentifier[] getFunctions()
getFunctions in interface PlasmaValueCopyright © 2021. All rights reserved.