Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mobilealert
Interface AlertParameterMeta


public interface AlertParameterMeta

Interface is a common wrapper for alert input and output parameters used while mapping master alert service to master service.


Field Summary
static int IN_PARAM
           
static int OUT_PARAM
           

 

Method Summary
 long getId()
          Get the unique identifier for this parameter.
 java.lang.String getName()
          Get the name for this alert parameter.
 int getParameterType()
          Get the type of for this parameter.

 

Field Detail

IN_PARAM

public static final int IN_PARAM
See Also:
Constant Field Values

OUT_PARAM

public static final int OUT_PARAM
See Also:
Constant Field Values

Method Detail

getId

public long getId()
Get the unique identifier for this parameter.
Returns:
Unique id for this parameter

getName

public java.lang.String getName()
Get the name for this alert parameter.
Returns:
Parameter name.

getParameterType

public int getParameterType()
Get the type of for this parameter.
Returns:
Data type: one of the parameter types defined in this interface (IN_PARAM or OUT_PARAM)

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.