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.Type
Registry.Type. fromString(java.lang.String str)
Registry.Type
Registry.Key. getType(java.lang.Object key)
Registry.Type
Registry.Key. getType(java.lang.Object key, Registry.Type defaulType)
Registry.Type
Registry.Key. putType(java.lang.String key, Registry.Type type)
Registry.Type
Registry.Key. removeType(java.lang.Object key)
static Registry.Type
Registry.Type. valueOf(java.lang.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.Type
Registry.Key. getType(java.lang.Object key, Registry.Type defaulType)
Registry.Type
Registry.Key. putType(java.lang.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.Type
TypeValuesPair. getType()
Constructors in org.ini4j.spi with parameters of type Registry.Type Constructor Description TypeValuesPair(Registry.Type type, java.lang.String[] values)
-