Package org.ehrbase.aql.definition
Class FuncParameter
- java.lang.Object
-
- org.ehrbase.aql.definition.FuncParameter
-
public class FuncParameter extends Object
Created by christian on 9/22/2017.
-
-
Constructor Summary
Constructors Constructor Description FuncParameter(FuncParameterType type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FuncParameterTypegetType()StringgetValue()booleanisIdentifier()booleanisOperand()booleanisVariable()
-
-
-
Constructor Detail
-
FuncParameter
public FuncParameter(FuncParameterType type, String value)
-
-
Method Detail
-
getType
public FuncParameterType getType()
-
getValue
public String getValue()
-
isOperand
public boolean isOperand()
-
isIdentifier
public boolean isIdentifier()
-
isVariable
public boolean isVariable()
-
-