org.jboss.resource.metadata
Class ConfigPropertyMetaData

java.lang.Object
  extended by org.jboss.resource.metadata.DescriptionMetaDataContainer
      extended by org.jboss.resource.metadata.ConfigPropertyMetaData
All Implemented Interfaces:
Serializable

public class ConfigPropertyMetaData
extends DescriptionMetaDataContainer

Config property meta data

Version:
$Revision: 1.2.6.3 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
ConfigPropertyMetaData()
           
 
Method Summary
 String getName()
          Get the name
 String getType()
          Get the type
 String getValue()
          Get the value
 void setName(String name)
          Set the name
 void setType(String type)
          Set the type
 void setValue(String value)
          Set the value
 String toString()
           
 
Methods inherited from class org.jboss.resource.metadata.DescriptionMetaDataContainer
addDescription, getDescription, getDescription, getDescriptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigPropertyMetaData

public ConfigPropertyMetaData()
Method Detail

getName

public String getName()
Get the name

Returns:
the name

setName

public void setName(String name)
Set the name

Parameters:
name - the name

getType

public String getType()
Get the type

Returns:
the type

setType

public void setType(String type)
Set the type

Parameters:
type - the type

getValue

public String getValue()
Get the value

Returns:
the value

setValue

public void setValue(String value)
Set the value

Parameters:
value - the value

toString

public String toString()
Overrides:
toString in class DescriptionMetaDataContainer


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.