| Package | Description |
|---|---|
| org.openl.rules.common | |
| org.openl.rules.common.impl | |
| org.openl.rules.repository.api |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesContainer.addProperty(Property property)
Adds property into the container.
|
Date |
Property.getDate()
Gets value as Date.
|
Property |
PropertiesContainer.getProperty(String name)
Returns property by name.
|
Property |
PropertiesContainer.removeProperty(String name)
Removes property from the container.
|
void |
Property.setValue(Date value)
Sets value of the property.
|
void |
Property.setValue(String value)
Sets value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyImpl.checkType(ValueType type) |
Date |
PropertyImpl.getDate()
Gets value as Date.
|
void |
PropertyImpl.setValue(Date value)
Sets value of the property.
|
void |
PropertyImpl.setValue(String value)
Sets value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtefactAPI.addProperty(String name,
ValueType type,
Object value) |
Property |
ArtefactAPI.getProperty(String name)
Returns property by name.
|
void |
ArtefactAPI.removeAllProperties() |
Property |
ArtefactAPI.removeProperty(String name)
Removes property from the container.
|
void |
ArtefactAPI.setProps(Map<String,Object> props) |
Copyright © 2018. All rights reserved.