Package io.lionweb.model
Class StructuredDataTypeInstanceUtils
java.lang.Object
io.lionweb.model.StructuredDataTypeInstanceUtils
Similarly to ClassifierInstanceUtils, this class offer utility methods for working with
StructuredDataTypeInstances.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getFieldValueByName
(StructuredDataTypeInstance _this, String fieldName) static void
setFieldValueByName
(StructuredDataTypeInstance _this, String fieldName, Object value)
-
Method Details
-
getFieldValueByName
@Nullable public static Object getFieldValueByName(@Nonnull StructuredDataTypeInstance _this, @Nonnull String fieldName) -
setFieldValueByName
public static void setFieldValueByName(@Nonnull StructuredDataTypeInstance _this, @Nonnull String fieldName, @Nullable Object value)
-