| java.lang.Object dinamica.Marker
Marker | public class Marker (Code) | | Represents a field marker in a text template. This
is a utility class to be used by TemplateEngine. The attribute
"extraInfo" may represent the output format or the sequence name, depending on
the marker type (field or sequence)
Creation date: 23/09/2003
Last Update: 23/09/2003
(c) 2003 Martin Cordova
This code is released under the LGPL license
author: Martin Cordova |
getPos1 | public int getPos1()(Code) | | Start position of marker |
getPos2 | public int getPos2()(Code) | | End position of marker |
setExtraInfo | public void setExtraInfo(String string)(Code) | | Parameters: string - |
setName | public void setName(String string)(Code) | | Parameters: string - |
|
|