public class PropertyUtil extends Object
An internal utility class for Properties to get their "raw" properties from their entity.
| Constructor and Description |
|---|
PropertyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getRawProperty(Entity entity,
Property prop)
Get the raw value of a property from an entity.
|
static void |
setRawProperty(Entity entity,
Property prop,
Object value)
Set the raw value of a property in an entity.
|
Copyright © 2022. All Rights Reserved.