| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.model.MessageType.ParameterSpecification
A class representing a parameter or parameter set specification.
| Constructor Summary | |
| MessageType.ParameterSpecification(String name,
                                   Class clazz)Create a parameter(set) specification. | |
| MessageType.ParameterSpecification(String name,
                                   Class clazz,
                                   boolean derived)Create a parameter(set) specification. | |
| MessageType.ParameterSpecification(String name,
                                   Class clazz,
                                   String defaultvalue,
                                   String source,
                                   boolean convid)Create a parameter(set) specification. | |
| Method Summary | |
|  Class | getClazz()Get the clazz of the parameter(set). | 
|  String | getDefaultValue()Get the default value of the parameter(set). | 
|  String | getName()Get the name of the parameter(set). | 
|  String | getSource()Get the source parameter for copying reply values (if any). | 
|  boolean | isConversationIdentifier()True, if this parameter can be used to identify an ongoing conversation. | 
|  boolean | isDerived()A derived parameter is ignored, when sending/receiving messages and only used for matching incoming messages. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MessageType.ParameterSpecification(String name,
                                          Class clazz)
public MessageType.ParameterSpecification(String name,
                                          Class clazz,
                                          boolean derived)
public MessageType.ParameterSpecification(String name,
                                          Class clazz,
                                          String defaultvalue,
                                          String source,
                                          boolean convid)
| Method Detail | 
public String getName()
public Class getClazz()
public String getDefaultValue()
public String getSource()
public boolean isConversationIdentifier()
public boolean isDerived()
| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.