javax.microedition.ipdr.callback.msg
Interface TemplateDataInfo

All Superinterfaces:
MessageInfo

public interface TemplateDataInfo
extends MessageInfo

The interface represents a template data message information.

Version:
1.0
Author:
Shai Gotlib

Method Summary
 java.util.Vector getTemplates()
          Returns vector of TemplateConfig
 boolean isNegotiable()
          Returns true if the template is negotiable else false
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

isNegotiable

public boolean isNegotiable()
Returns true if the template is negotiable else false

Returns:
boolean - true if the template is negotiable else false

getTemplates

public java.util.Vector getTemplates()
Returns vector of TemplateConfig

Returns:
Vector - vector of TemplateConfig
See Also:
TemplateConfig