This class corresponds to the description of the tag sequence
in the XML file.
A sequence has :
- a name
- a datastore name (not mandatory)
- a factory class (not mandatory)
- a strategy
- a package name
author: Y.Bersihand
Transforms a String into a Byte. The String must corresponds to local variables.
It returns the byte associated with the variable.
Parameters: s - String to transform. the byte associated to the String.
strategyToString
public static String strategyToString(byte b)(Code)
Transforms a byte into a String.
Parameters: b - the byte to transform. the String associated to the byte.