public class EntityPropertiesUtils extends Object
| Constructor and Description |
|---|
EntityPropertiesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PrimitivePropertyValue |
createPrimitiveDatePropertyValue(Long timestamp) |
static PrimitivePropertyValue |
createPrimitiveIntPropertyValue(Integer value) |
static PrimitivePropertyValue |
createPrimitiveStringPropertyValue(String value) |
static boolean |
matchExactlyInstanceProperties(InstanceProperties properties1,
InstanceProperties properties2) |
static boolean |
matchExactlyPropertiesValues(InstancePropertyValue value1,
InstancePropertyValue value2) |
public static PrimitivePropertyValue createPrimitiveStringPropertyValue(String value)
public static PrimitivePropertyValue createPrimitiveIntPropertyValue(Integer value)
public static PrimitivePropertyValue createPrimitiveDatePropertyValue(Long timestamp)
public static boolean matchExactlyInstanceProperties(InstanceProperties properties1, InstanceProperties properties2)
public static boolean matchExactlyPropertiesValues(InstancePropertyValue value1, InstancePropertyValue value2)
Copyright © 2018–2019 ODPi. All rights reserved.