com.xenonsoft.bridgetown.soa.config
Class ArgumentConfig

java.lang.Object
  extended bycom.xenonsoft.bridgetown.soa.config.ValueReferenceConfig
      extended bycom.xenonsoft.bridgetown.soa.config.ArgumentConfig
All Implemented Interfaces:
java.io.Serializable

public class ArgumentConfig
extends ValueReferenceConfig
implements java.io.Serializable

This is an object that stores arguments after parsing the bridgetown XML configuration file.

Version:
$Id: ArgumentConfig.java,v 1.4 2005/02/23 01:31:12 peter_pilgrim Exp $
Author:
Peter Pilgrim, Aug 3, 2004 5:45:35 PM
See Also:
Serialized Form

Field Summary
protected  int index
          Parameter index
protected  java.lang.String type
          Parameter type
 
Fields inherited from class com.xenonsoft.bridgetown.soa.config.ValueReferenceConfig
refContext, refService, refServiceConfig, value, VALUE_REF_EMPTY, VALUE_REF_NULL
 
Constructor Summary
ArgumentConfig()
          Default constructor
 
Method Summary
 int getIndex()
          Gets the index in the parameter list
 java.lang.String getType()
          Gets the (class name) type of the parameter
 void setIndex(int index)
          Sets the index in the parameter list
 void setType(java.lang.String type)
          Sets the (class name) type of the parameter
 java.lang.String toString()
          Gets debuggable string
 
Methods inherited from class com.xenonsoft.bridgetown.soa.config.ValueReferenceConfig
getRefContext, getRefService, getRefServiceConfig, getValue, setRefContext, setRefService, setRefServiceConfig, setValue, setValueFromListConfig, setValueFromMapConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected int index
Parameter index


type

protected java.lang.String type
Parameter type

Constructor Detail

ArgumentConfig

public ArgumentConfig()
Default constructor

Method Detail

getIndex

public int getIndex()
Gets the index in the parameter list

Returns:
Returns the index.

setIndex

public void setIndex(int index)
Sets the index in the parameter list

Parameters:
index - The index to set.

getType

public java.lang.String getType()
Gets the (class name) type of the parameter

Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Sets the (class name) type of the parameter

Parameters:
type - The type to set.

toString

public java.lang.String toString()
Gets debuggable string

Overrides:
toString in class ValueReferenceConfig


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.