| Package | Description |
|---|---|
| org.openl.rules.common | |
| org.openl.rules.common.impl | |
| org.openl.rules.repository | |
| org.openl.rules.repository.api |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Property.getType()
Gets type of value for the property.
|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ValueType |
PropertyImpl.getType()
Gets type of value for the property.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyImpl.checkType(ValueType type) |
| Constructor and Description |
|---|
PropertyImpl(String name,
ValueType type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
REntity.addProperty(String name,
ValueType type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtefactAPI.addProperty(String name,
ValueType type,
Object value) |
Copyright © 2018. All rights reserved.