Class DataCollectionNodeExpressionsToken
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.node.expressions.DataCollectionNodeExpressionsToken
The Class that defines the data collection node expressions token.
- Since:
- 12.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDataCollectionNodeExpressionsToken(String keywordName, String otherCharacters) Instantiates a new data collection node expressions token. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares the object.Returns the keyword name.Returns the other characters.inthashCode()Returns the hash code.makeFromExpression(String keywordName, String otherCharacters) Makes a new data collection node expression token from expression.makeFromGrammar(String keywordName, String attribute) Makes a new data collection node expression token from grammar.voidsetKeywordName(String keywordName) Sets the keyword name.voidsetOtherCharacters(String otherCharacters) Sets the other characters.toString()Returns as string.
-
Field Details
-
SEPARATOR
- See Also:
-
keywordName
-
otherCharacters
-
-
Constructor Details
-
DataCollectionNodeExpressionsToken
Instantiates a new data collection node expressions token.- Parameters:
keywordName- the keyword nameotherCharacters- the other characters
-
-
Method Details
-
makeFromExpression
public static DataCollectionNodeExpressionsToken makeFromExpression(String keywordName, String otherCharacters) Makes a new data collection node expression token from expression.- Parameters:
keywordName- the keyword nameotherCharacters- the other characters- Returns:
- the data collection node expressions token
-
makeFromGrammar
public static DataCollectionNodeExpressionsToken makeFromGrammar(String keywordName, String attribute) Makes a new data collection node expression token from grammar.- Parameters:
keywordName- the keyword nameattribute- the attribute- Returns:
- the data collection node expressions token
-
getKeywordName
Returns the keyword name.- Returns:
- the keyword name
-
setKeywordName
Sets the keyword name.- Parameters:
keywordName- the keyword name
-
getOtherCharacters
Returns the other characters.- Returns:
- the other characters
-
setOtherCharacters
Sets the other characters.- Parameters:
otherCharacters- the other characters
-
hashCode
public int hashCode()Returns the hash code. -
equals
Compares the object. -
toString
Returns as string.
-