Package org.qdl_lang.variables
Class VThing
- java.lang.Object
-
- org.qdl_lang.variables.VThing
-
- All Implemented Interfaces:
Serializable
,Cloneable
,XThing
public class VThing extends Object implements XThing
Created by Jeff Gaynor
on 2/20/22 at 6:07 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VThing(XKey key, QDLVariable variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XKey
getKey()
Long
getLongValue()
String
getName()
QDLStem
getStemValue()
int
getType()
QDLVariable
getVariable()
boolean
isNull()
boolean
isStem()
void
setVariable(QDLVariable variable)
-
-
-
Constructor Detail
-
VThing
public VThing(XKey key, QDLVariable variable)
-
-
Method Detail
-
getVariable
public QDLVariable getVariable()
-
setVariable
public void setVariable(QDLVariable variable)
-
getType
public int getType()
-
isStem
public boolean isStem()
-
getStemValue
public QDLStem getStemValue()
-
getLongValue
public Long getLongValue()
-
isNull
public boolean isNull()
-
-