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.
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. |
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
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)
Copyright © 2004 Oracle Corporation. All Rights Reserved.