Web Dynpro API Documentation

com.sap.tc.webdynpro.services.api
Class WDUtil

java.lang.Object
  |
  +--com.sap.tc.webdynpro.services.api.WDUtil

public abstract class WDUtil
extends java.lang.Object

API class containing several static utitily methods.

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_services/java/com/sap/tc/webdynpro/services/api/WDUtil.java#1 $

Method Summary
static java.lang.String getJavaNameForAbapFieldName(java.lang.String name)
          Converts the name of an ABAP structure field to the naming conventions within Java.
static java.lang.String getJavaNameForAbapStructureName(java.lang.String name)
          Converts the name of an ABAP structure to the naming conventions within Java.
static java.lang.String getJavaNameForAbapTypeName(java.lang.String name)
          Converts the name of an ABAP type to the naming conventions within Java.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJavaNameForAbapTypeName

public static java.lang.String getJavaNameForAbapTypeName(java.lang.String name)
Converts the name of an ABAP type to the naming conventions within Java. Note: This method actually is not a Web Dynpro service! But the underlying packages are not stable yet. We provide this method here to enable Web Dynpro users to perform such a conversion. Be prepared that this method will be deprecated, once it becomes available in its real place.
Parameters:
name - The type name in ABAP
Returns:
The type name as used in Java

getJavaNameForAbapStructureName

public static java.lang.String getJavaNameForAbapStructureName(java.lang.String name)
Converts the name of an ABAP structure to the naming conventions within Java. Note: This method actually is not a Web Dynpro service! But the underlying packages are not stable yet. We provide this method here to enable Web Dynpro users to perform such a conversion. Be prepared that this method will be deprecated, once it becomes available in its real place.
Parameters:
name - The structure name in ABAP
Returns:
The structure name as used in Java

getJavaNameForAbapFieldName

public static java.lang.String getJavaNameForAbapFieldName(java.lang.String name)
Converts the name of an ABAP structure field to the naming conventions within Java. Note: This method actually is not a Web Dynpro service! But the underlying packages are not stable yet. We provide this method here to enable Web Dynpro users to perform such a conversion. Be prepared that this method will be deprecated, once it becomes available in its real place.
Parameters:
name - The field name in ABAP
Returns:
The field name as used in Java

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15