Package io.lionweb.model
Interface StructuredDataTypeInstance
- All Known Implementing Classes:
DynamicStructuredDataTypeInstance
public interface StructuredDataTypeInstance
This represents an instance of Structured Data Type.
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldValue
(Field field) Get the field value associated with the specified field.The StructuredDataType of which this StructuredDataTypeInstance is an instance.void
setFieldValue
(Field field, Object value)
-
Method Details
-
getStructuredDataType
The StructuredDataType of which this StructuredDataTypeInstance is an instance. -
getFieldValue
Get the field value associated with the specified field. -
setFieldValue
- Throws:
IllegalArgumentException
- If the value is not compatible with the type of the property
-