Bus

org.topcased.externalbus.core
Class ExternalParameter

java.lang.Object
  extended by org.topcased.externalbus.core.ExternalParameter

public class ExternalParameter
extends java.lang.Object

Handles the class ExternalParameter which is parameter of a ExternalService. It is defined by :



Constructor Summary
ExternalParameter(java.lang.String paramId, java.lang.String paramName, java.lang.String paramDescription, java.lang.String paramKind)
          Constructor
 
Method Summary
 java.lang.String getDescriptionParam()
          Gets the attribute description of this parameter
 java.lang.String getIdParam()
          Gets the parameter id of this parameter
 java.lang.String getKindParam()
          Gets the attribute kind of this parameter
 java.lang.String getNameParam()
          Gets the attribute name of this parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalParameter

public ExternalParameter(java.lang.String paramId,
                         java.lang.String paramName,
                         java.lang.String paramDescription,
                         java.lang.String paramKind)
Constructor

Parameters:
paramId - : parameter id
paramName - : parameter name
paramDescription - : parameter description
paramKind - : parameter kind
Method Detail

getIdParam

public java.lang.String getIdParam()
Gets the parameter id of this parameter

Returns:
the attribute id

getNameParam

public java.lang.String getNameParam()
Gets the attribute name of this parameter

Returns:
the attribute name

getDescriptionParam

public java.lang.String getDescriptionParam()
Gets the attribute description of this parameter

Returns:
the attribute description

getKindParam

public java.lang.String getKindParam()
Gets the attribute kind of this parameter

Returns:
the attribute kind

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.