Class VarVal
java.lang.Object
org.apache.uima.pear.insd.edit.vars.VarVal
Represents a table row in a two column table (of environment variables).
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
Return field names.Returns the variable name.Returns the variable value.void
setVarName
(String string) Sets the variable name.void
setVarValue
(String string) Sets the variable value.
-
Field Details
-
VAR_NAME
The Constant VAR_NAME.- See Also:
-
VAR_VALUE
The Constant VAR_VALUE.- See Also:
-
fieldNames
The Constant fieldNames.
-
-
Constructor Details
-
VarVal
Create a VarVal instance.- Parameters:
varName
- the var namevarValue
- the var value
-
-
Method Details
-
getFieldNames
Return field names.- Returns:
- String[] An arry of column field names
-
getVarName
Returns the variable name.- Returns:
- the variable name
-
getVarValue
Returns the variable value.- Returns:
- the variable value
-
setVarName
Sets the variable name.- Parameters:
string
- the variable name
-
setVarValue
Sets the variable value.- Parameters:
string
- the variable value
-