Uses of Class
org.ini4j.Registry.Type
-
Packages that use Registry.Type Package Description org.ini4j [ini4j] main packageorg.ini4j.spi [ini4j] service provider package -
-
Uses of Registry.Type in org.ini4j
Methods in org.ini4j that return Registry.Type Modifier and Type Method Description static Registry.TypeRegistry.Type. fromString(String str)Registry.TypeRegistry.Key. getType(Object key)Registry.TypeRegistry.Key. getType(Object key, Registry.Type defaulType)Registry.TypeRegistry.Key. putType(String key, Registry.Type type)Registry.TypeRegistry.Key. removeType(Object key)static Registry.TypeRegistry.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Registry.Type[]Registry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ini4j with parameters of type Registry.Type Modifier and Type Method Description Registry.TypeRegistry.Key. getType(Object key, Registry.Type defaulType)Registry.TypeRegistry.Key. putType(String key, Registry.Type type) -
Uses of Registry.Type in org.ini4j.spi
Methods in org.ini4j.spi that return Registry.Type Modifier and Type Method Description Registry.TypeTypeValuesPair. getType()Constructors in org.ini4j.spi with parameters of type Registry.Type Constructor Description TypeValuesPair(Registry.Type type, String[] values)
-