|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Registry.Type | |
|---|---|
| org.ini4j | [ini4j] main package |
| org.ini4j.spi | [ini4j] service provider package |
| Uses of Registry.Type in org.ini4j |
|---|
| Methods in org.ini4j that return Registry.Type | |
|---|---|
static Registry.Type |
Registry.Type.fromString(String str)
|
Registry.Type |
Registry.Key.getType(Object key)
|
Registry.Type |
Registry.Key.getType(Object key,
Registry.Type defaulType)
|
Registry.Type |
Registry.Key.putType(String key,
Registry.Type type)
|
Registry.Type |
Registry.Key.removeType(Object key)
|
static Registry.Type |
Registry.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 | |
|---|---|
Registry.Type |
Registry.Key.getType(Object key,
Registry.Type defaulType)
|
Registry.Type |
Registry.Key.putType(String key,
Registry.Type type)
|
| Uses of Registry.Type in org.ini4j.spi |
|---|
| Methods in org.ini4j.spi that return Registry.Type | |
|---|---|
Registry.Type |
TypeValuesPair.getType()
|
| Constructors in org.ini4j.spi with parameters of type Registry.Type | |
|---|---|
TypeValuesPair(Registry.Type type,
String[] values)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||