public class DefaultPkAnalyzerFacade extends java.lang.Object implements PkAnalyzerFacade
| Constructor and Description |
|---|
DefaultPkAnalyzerFacade() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getBitHeaders()
Builds 64 bit headers for PK extended binary information table.
|
PkData |
parsePkString(java.lang.String pkString)
Parses the
PK string and builds up PK object and next creates PkData DTO
object which is passed to the view. |
public PkData parsePkString(java.lang.String pkString)
PkAnalyzerFacadePK string and builds up PK object and next creates PkData DTO
object which is passed to the view.parsePkString in interface PkAnalyzerFacadepkString - the pk string provided by userPkData object containing all needed informationspublic java.lang.String[] getBitHeaders()
PkAnalyzerFacadegetBitHeaders in interface PkAnalyzerFacadeCopyright © 2018 SAP SE. All Rights Reserved.