com.sap.sdm.api.remote
Interface ParamType
- public interface ParamType
Represents a parameter type.
- Version:
- 1.0
|
Method Summary |
int |
getTypeAsInt()
Returns an int representation of this ParamType. |
java.lang.String |
getTypeAsString()
Returns a String representation of this
ParamType. |
getTypeAsInt
public int getTypeAsInt()
throws RemoteException
- Returns an
int representation of this ParamType.
- Returns:
- an
int representation of this ParamType - See Also:
ParamTypes
getTypeAsString
public java.lang.String getTypeAsString()
throws RemoteException
- Returns a
String representation of this
ParamType.
- Returns:
- a
String representation of this
ParamType - See Also:
ParamTypes