Uses of Enum
org.instancio.settings.StringType
Packages that use StringType
-
Uses of StringType in org.instancio.settings
Fields in org.instancio.settings with type parameters of type StringTypeModifier and TypeFieldDescriptionstatic final SettingKey<StringType> Keys.STRING_TYPESpecifies the String type to generate; default isALPHABETIC; property namestring.type.Methods in org.instancio.settings that return StringTypeModifier and TypeMethodDescriptionstatic StringTypeReturns the enum constant of this type with the specified name.static StringType[]StringType.values()Returns an array containing the constants of this enum type, in the order they are declared.