public class XPath extends Lookup implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getChildCategory(java.lang.String field) |
java.lang.String |
getField()
Xpath is in the format transaction.fieldname.
|
static java.lang.String |
getFieldName(java.lang.String field)
Xpath is in the format transaction.fieldname.
|
static java.util.List<java.lang.Object> |
getList()
Deprecated.
Use getXPaths
|
static java.lang.String |
getPathValue(java.lang.String xmlObjectType,
java.lang.String code)
Deprecated.
Use getXPath
|
java.lang.String |
getRoot() |
java.lang.String |
getValue() |
static java.lang.String |
getValue(java.lang.String field) |
static java.lang.String |
getXPath(java.lang.String category,
java.lang.String field) |
static java.util.List<java.lang.Object> |
getXPaths() |
static java.util.List<java.lang.Object> |
getXPaths(XMLObjectType xmlObjectType) |
static java.lang.String |
removeFirst(java.lang.String xPath) |
static java.lang.String |
removeLast(java.lang.String xPath) |
checkResult
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription, toString
public static java.util.List<java.lang.Object> getList() throws UnableToLookupResourceException
UnableToLookupResourceException
public static java.lang.String getPathValue(java.lang.String xmlObjectType, java.lang.String code) throws UnableToLookupResourceException
in the resource bundle
xmlObjectType
- the transaction type to look forcode
- the code to look forUnableToLookupResourceException
- if the resource is not accessiblepublic static java.util.List<java.lang.Object> getXPaths(XMLObjectType xmlObjectType) throws UnableToLookupResourceException
xmlObjectType
- the transaction type to look forUnableToLookupResourceException
- if the resource is not accessiblepublic static java.util.List<java.lang.Object> getXPaths() throws UnableToLookupResourceException
UnableToLookupResourceException
public static java.lang.String getChildCategory(java.lang.String field)
public static java.lang.String getValue(java.lang.String field)
public static java.lang.String removeLast(java.lang.String xPath)
public static java.lang.String removeFirst(java.lang.String xPath)
public static java.lang.String getXPath(java.lang.String category, java.lang.String field) throws UnableToLookupResourceException
category
- field
- UnableToLookupResourceException
public java.lang.String getField()
public java.lang.String getRoot()
public java.lang.String getValue()
public static java.lang.String getFieldName(java.lang.String field)