com.xenonsoft.bridgetown.soa.config
Class ParameterConfig

java.lang.Object
  extended bycom.xenonsoft.bridgetown.soa.config.PropertyConfig
      extended bycom.xenonsoft.bridgetown.soa.config.ParameterConfig
All Implemented Interfaces:
IAnonymousCollectionMutator, IAnonymousMapMutator, IValueReferenceMutator, java.io.Serializable

public class ParameterConfig
extends PropertyConfig

This is an object that stores a parameter data that is represented by a name-value pair after parsing the bridgetown XML configuration file.

Version:
$Id: ParameterConfig.java,v 1.2 2005/02/23 01:31:12 peter_pilgrim Exp $
Author:
Peter Pilgrim, 10-Dec-2004 15:21:36
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xenonsoft.bridgetown.soa.config.PropertyConfig
name, valueRef
 
Constructor Summary
ParameterConfig()
          Default constructor
 
Method Summary
 java.lang.String toString()
          Gets debuggable string
 
Methods inherited from class com.xenonsoft.bridgetown.soa.config.PropertyConfig
addValueReference, getName, getReference, getValue, getValueRef, setName, setReference, setValue, setValueFromCollectionConfig, setValueFromMapConfig, setValueRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterConfig

public ParameterConfig()
Default constructor

Method Detail

toString

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

Overrides:
toString in class PropertyConfig


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.