Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.mobilealert
Interface AlertParameterMeta


public interface AlertParameterMeta

Interface is a common wrapper for alert input and output parameters


Field Summary
static int IN_PARAM
           
static int OUT_PARAM
           

 

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

 

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

getName

public java.lang.String getName()
Get the name for this meta data
Returns:
String the meta data Name.

getId

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

getParameterType

public int getParameterType()
Get the parameter type of this meta data.
Returns:
data type -- one of the data types defined in this interface (IN or OUT)

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.