Uses of Enum
org.ini4j.Registry.Type
Packages that use Registry.Type
-
Uses of Registry.Type in org.ini4j
Methods in org.ini4j that return Registry.TypeModifier and TypeMethodDescriptionstatic Registry.Type
Registry.Type.fromString
(String str) Registry.Key.getType
(Object key, Registry.Type defaulType) Registry.Key.putType
(String key, Registry.Type type) Registry.Key.removeType
(Object key) static Registry.Type
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.TypeModifier and TypeMethodDescriptionRegistry.Key.getType
(Object key, Registry.Type defaulType) Registry.Key.putType
(String key, Registry.Type type) -
Uses of Registry.Type in org.ini4j.spi
Methods in org.ini4j.spi that return Registry.TypeConstructors in org.ini4j.spi with parameters of type Registry.Type