public class OKW_Const_Sngltn extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
OKW_Const_Sngltn() |
| Modifier and Type | Method and Description |
|---|---|
String |
Boolean2YesNo(Boolean fpbTrueOrFalse) |
String |
ConcatHSEP(ArrayList<String> fpLs_ListString2Concat) |
String |
ConcatSEP(ArrayList<String> fpLs_ListString2Concat) |
String |
ConcatVSEP(ArrayList<String> fpLs_ListString2Concat) |
String |
GetConst4Internalname(String fpsInternalname)
\~german
Methode ermittelt für __Internalname__ und der aktuell eingestellten Sprache den Wert für __Const__.
|
static OKW_Const_Sngltn |
getInstance() |
String |
GetOKWConst4Internalname(String fpsInternalname) |
ArrayList<String> |
SplitHSEP(String fpsString2Split) |
ArrayList<String> |
SplitSEP(String fpsString2Split) |
ArrayList<String> |
SplitVSEP(String fps_String2Split) |
Boolean |
YesNo2Boolean(String fpsYesOrNo) |
public static OKW_Const_Sngltn getInstance()
public String Boolean2YesNo(Boolean fpbTrueOrFalse) throws XPathExpressionException
XPathExpressionExceptionpublic String ConcatHSEP(ArrayList<String> fpLs_ListString2Concat) throws XPathExpressionException
XPathExpressionExceptionpublic String ConcatSEP(ArrayList<String> fpLs_ListString2Concat) throws XPathExpressionException
XPathExpressionExceptionpublic String ConcatVSEP(ArrayList<String> fpLs_ListString2Concat) throws XPathExpressionException
XPathExpressionExceptionpublic String GetConst4Internalname(String fpsInternalname)
fpsInternalname - Interner Bezeichner einer Konstante, die in eine
sprachabhängige Konstante umgestetzt wird. (_Internalname_ -> _Const_)fpsInternalname - Internal identifier of a constant, which is
converted to a language dependent constant. (_Internalname_ -> _Const_)Wird - für fpsInternalname kein Wert gefunden, dann wird die
Ausnahme OKWConst4InternalnameNotFoundException ausgelöst.
\~english
Method detects the value for __Const__ for the __internalname__ and the actual selected language.
GetConst4Internalname is the core method of this class and detects for
If - no value is found for fpsInternalname, then the exception
OKWConst4InternalnameNotFoundException is triggered.public ArrayList<String> SplitHSEP(String fpsString2Split) throws XPathExpressionException
XPathExpressionExceptionpublic ArrayList<String> SplitSEP(String fpsString2Split) throws XPathExpressionException
XPathExpressionExceptionpublic ArrayList<String> SplitVSEP(String fps_String2Split) throws XPathExpressionException
XPathExpressionExceptionpublic Boolean YesNo2Boolean(String fpsYesOrNo) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2017 OpenKeyWord. All rights reserved.