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