Package me.syncwrld.booter.database
Class Value
- java.lang.Object
-
- me.syncwrld.booter.database.Value
-
public class Value extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Value.Type
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getValue()
static Value
of(Value.Type type, java.lang.Object value)
-
-
-
Method Detail
-
of
public static Value of(Value.Type type, java.lang.Object value)
-
getValue
public <T> T getValue()
-
-