org.apache.muse.tools.generator.util
Class ConfigurationDataDescriptor

java.lang.Object
  extended by org.apache.muse.tools.generator.util.ConfigurationDataDescriptor

public class ConfigurationDataDescriptor
extends Object

Contains the name and class of a ConfigurationData parameter. This will be expanded to have other metadata like

Author:
Andrew Eberbach (aeberbac)

Constructor Summary
ConfigurationDataDescriptor(String parameterKey, Class parameterClass)
           
 
Method Summary
 Class getParameterClass()
           
 String getParameterKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationDataDescriptor

public ConfigurationDataDescriptor(String parameterKey,
                                   Class parameterClass)
Method Detail

getParameterKey

public String getParameterKey()

getParameterClass

public Class getParameterClass()


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.