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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XKey
getKey()
Long
getLongValue()
String
getName()
QDLStem
getStemValue()
int
getType()
Object
getValue()
boolean
isNull()
boolean
isStem()
void
setValue(Object value)
-