public abstract class SyntaxDE extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SyntaxDE() |
|
SyntaxDE(String x,
int minsize,
int maxsize) |
| Modifier and Type | Method and Description |
|---|---|
static int |
findNextDelim(StringBuilder res,
int startidx) |
protected String |
getContent() |
protected void |
init() |
void |
init(StringBuilder x,
int minsize,
int maxsize) |
void |
init(String x,
int minsize,
int maxsize) |
protected void |
setContent(String st,
int minsize,
int maxsize) |
protected static int |
skipPreDelim(StringBuilder res) |
String |
toString() |
String |
toString(int zero) |
public SyntaxDE(String x, int minsize, int maxsize)
x - The string representation of the init value.minsize - The minimum size (string length) of the init value.maxsize - The maximum size (string length) of the init value. If this is zero, no
checking for @p maxsize will be done.protected SyntaxDE()
protected static int skipPreDelim(StringBuilder res)
res - A part of an HBCI message to be parsed.public static int findNextDelim(StringBuilder res, int startidx)
res - Part of an HBCI-message to be parsed.startidx - Index position where to start looking for the next delimiter.public void init(String x, int minsize, int maxsize)
public void init(StringBuilder x, int minsize, int maxsize)
protected void init()
protected final void setContent(String st, int minsize, int maxsize)
st - The string representation of the init value.minsize - The minimum size (string length) of the init value.maxsize - The maximum size (string length) of the init value. If this is zero, no
checking for @p maxsize will be done.IllegalArgumentException - when the length of @p x is not in the rangeprotected String getContent()
public String toString(int zero)
Copyright © 2019. All rights reserved.