Uses of Enum
org.pipservices3.commons.convert.TypeCode
Packages that use TypeCode
Package
Description
-
Uses of TypeCode in org.pipservices3.commons.convert
Methods in org.pipservices3.commons.convert that return TypeCodeModifier and TypeMethodDescriptionstatic TypeCodeTypeConverter.toTypeCode(Class<?> type) Gets TypeCode for specific type.static TypeCodeTypeConverter.toTypeCode(Object value) Gets TypeCode for specific value.static TypeCodeReturns the enum constant of this type with the specified name.static TypeCode[]TypeCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pipservices3.commons.convert with parameters of type TypeCode -
Uses of TypeCode in org.pipservices3.commons.data
Methods in org.pipservices3.commons.data that return TypeCodeModifier and TypeMethodDescriptionAnyValue.getTypeCode()Gets type code for the value stored in this object. -
Uses of TypeCode in org.pipservices3.commons.reflect
Methods in org.pipservices3.commons.reflect with parameters of type TypeCodeModifier and TypeMethodDescriptionstatic booleanMatches expected type to an actual type.static booleanMatches expected type to an actual type.static booleanTypeMatcher.matchTypeByName(String expectedType, TypeCode actualType) Matches expected type to an actual type.static booleanTypeMatcher.matchTypeByName(String expectedType, TypeCode actualType, Object actualValue) Matches expected type to an actual type.