Package tools.mdsd.characteristics.utils
Class ValueTypeUtils
- java.lang.Object
-
- tools.mdsd.characteristics.utils.ValueTypeUtils
-
public final class ValueTypeUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
adheresToValueType(ValueTypeImpl valueTypeImpl, Object instance)
static <P> P
getProperty(ValueType vt, Class<P> propertyType)
static boolean
hasProperty(ValueType vt, Class<?> propertyType)
static boolean
isInstanceOfDataType(Object obj, EDataType dataType)
-
-
-
Method Detail
-
adheresToValueType
public static boolean adheresToValueType(ValueTypeImpl valueTypeImpl, Object instance)
-
-