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 booleanadheresToValueType(ValueTypeImpl valueTypeImpl, Object instance)static <P> PgetProperty(ValueType vt, Class<P> propertyType)static booleanhasProperty(ValueType vt, Class<?> propertyType)static booleanisInstanceOfDataType(Object obj, EDataType dataType)
-
-
-
Method Detail
-
adheresToValueType
public static boolean adheresToValueType(ValueTypeImpl valueTypeImpl, Object instance)
-
-