Package org.qdl_lang.types
Interface Types
-
public interface Types
Created by Jeff Gaynor
on 6/24/22 at 1:00 PM
-
-
Field Detail
-
STRING
static final String STRING
- See Also:
- Constant Field Values
-
BOOLEAN
static final String BOOLEAN
- See Also:
- Constant Field Values
-
INTEGER
static final String INTEGER
- See Also:
- Constant Field Values
-
DECIMAL
static final String DECIMAL
- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
-
NULL
static final String NULL
- See Also:
- Constant Field Values
-
SET
static final String SET
- See Also:
- Constant Field Values
-
STEM
static final String STEM
- See Also:
- Constant Field Values
-
LIST
static final String LIST
- See Also:
- Constant Field Values
-
-