Uses of Enum Class
com.stimulsoft.lib.enums.StiTypeCode
Packages that use StiTypeCode
-
Uses of StiTypeCode in com.stimulsoft.lib.enums
Methods in com.stimulsoft.lib.enums that return StiTypeCodeModifier and TypeMethodDescriptionstatic StiTypeCodeReturns the enum constant of this class with the specified name.static StiTypeCode[]StiTypeCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.lib.enums that return types with arguments of type StiTypeCodeModifier and TypeMethodDescriptionstatic Hashtable<String, StiTypeCode> StiTypeCode.getTypesList() -
Uses of StiTypeCode in com.stimulsoft.lib.utils
Methods in com.stimulsoft.lib.utils with parameters of type StiTypeCodeModifier and TypeMethodDescriptionstatic ObjectStiTypeConverter.changeType(String value, StiTypeCode typeCode) Returns an object of the specified type whose value is equivalent to the specified object.