public class Scalar extends FunctionParameter
Modifier and Type | Class and Description |
---|---|
static class |
Scalar.ScalarValueType |
FunctionParameter.FunctionParameterType
Modifier and Type | Field and Description |
---|---|
protected Scalar.ScalarValueType |
_sType |
protected String |
_value |
Constructor and Description |
---|
Scalar(Scalar.ScalarValueType t,
String val)
Constructor to setup a scalar object.
|
Modifier and Type | Method and Description |
---|---|
Scalar.ScalarValueType |
getScalarType()
Method to get type of scalar.
|
String |
getValue()
Method to get value for scalar.
|
getType
protected String _value
protected Scalar.ScalarValueType _sType
public Scalar(Scalar.ScalarValueType t, String val)
t
- scalar value typeval
- valuepublic Scalar.ScalarValueType getScalarType()
public String getValue()
Copyright © 2018 The Apache Software Foundation. All rights reserved.