org.apache.muse.tools.generator.util
Class ConfigurationDataDescriptor
java.lang.Object
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
- Human readability
- User provided
- Author:
- Andrew Eberbach (aeberbac)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationDataDescriptor
public ConfigurationDataDescriptor(String parameterKey,
Class parameterClass)
getParameterKey
public String getParameterKey()
getParameterClass
public Class getParameterClass()
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.