public class EntityPropertiesUtils extends Object
| Constructor and Description |
|---|
EntityPropertiesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PrimitivePropertyValue |
createPrimitiveIntPropertyValue(Integer value) |
static PrimitivePropertyValue |
createPrimitiveStringPropertyValue(String value) |
static Integer |
getIntegerValueForProperty(InstanceProperties properties,
String name) |
static MapPropertyValue |
getMapValueForProperty(InstanceProperties instanceProperties,
String name) |
static String |
getStringValueForProperty(InstanceProperties instanceProperties,
String name) |
public static String getStringValueForProperty(InstanceProperties instanceProperties, String name)
public static Integer getIntegerValueForProperty(InstanceProperties properties, String name)
public static MapPropertyValue getMapValueForProperty(InstanceProperties instanceProperties, String name)
public static PrimitivePropertyValue createPrimitiveStringPropertyValue(String value)
public static PrimitivePropertyValue createPrimitiveIntPropertyValue(Integer value)
Copyright © 2017–2018 ODPi. All rights reserved.