| java.lang.Object |
| ↳ |
com.sforce.ws.bind.NameMapper |
Class Overview
This class maps between xml and java names.
Summary
| Fields |
|
public
static
final
HashSet<String> |
keywords |
|
| Public Methods |
|
static
String
|
getClassName(String name)
return the class name for the specified xml type.
|
|
static
String
|
getFieldName(String name)
|
|
static
String
|
getMethodName(String name)
return the method name for the specified field name.
|
|
static
String
|
getPackageName(String targetNamespace, String packagePrefix)
returns the java package name for the specified schema target namespace
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
public
static
final
HashSet<String>
keywords
Public Constructors
Public Methods
public
static
String
getClassName
(String name)
return the class name for the specified xml type.
Returns
- class name. First letter of the class name will be upper case.
public
static
String
getFieldName
(String name)
public
static
String
getMethodName
(String name)
return the method name for the specified field name.
Returns
- method name. First letter of the method name will be upper case.
public
static
String
getPackageName
(String targetNamespace, String packagePrefix)
returns the java package name for the specified schema target namespace
Parameters
| targetNamespace
| Scheam target namespace |
| packagePrefix
| Package prefix |