Package org.ini4j.spi
Class TypeValuesPair
- Object
-
- TypeValuesPair
-
public class TypeValuesPair extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeValuesPair(Registry.Type type, String[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Registry.Type
getType()
String[]
getValues()
-
-
-
Constructor Detail
-
TypeValuesPair
public TypeValuesPair(Registry.Type type, String[] values)
-
-
Method Detail
-
getType
public Registry.Type getType()
-
getValues
public String[] getValues()
-
-