Package com.osohq.oso_cloud.querybuilder
Class TypedVar
- java.lang.Object
-
- com.osohq.oso_cloud.querybuilder.TypedVar
-
-
Constructor Summary
Constructors Constructor Description TypedVar(java.lang.String type)Creates a new TypedVar with the specified type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Returns the ID of this variable.java.lang.StringgetType()Returns the type of this variable.java.lang.StringtoString()
-