org.jboss.resource.metadata
Class ConfigPropertyMetaDataContainer

java.lang.Object
  extended by org.jboss.resource.metadata.ConfigPropertyMetaDataContainer
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdminObjectMetaData, ConnectionDefinitionMetaData, ConnectorMetaData

public class ConfigPropertyMetaDataContainer
extends Object
implements Serializable

An abstract class for meta data that have config properties

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

Constructor Summary
ConfigPropertyMetaDataContainer()
           
 
Method Summary
 void addProperty(ConfigPropertyMetaData cpmd)
          Add a property
 Collection getProperties()
          Get the properties
 ConfigPropertyMetaData getProperty(String name)
          Get the property for a name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPropertyMetaDataContainer

public ConfigPropertyMetaDataContainer()
Method Detail

addProperty

public void addProperty(ConfigPropertyMetaData cpmd)
Add a property

Parameters:
cpmd - the property

getProperties

public Collection getProperties()
Get the properties

Returns:
the properties

getProperty

public ConfigPropertyMetaData getProperty(String name)
Get the property for a name

Parameters:
name - the name
Returns:
the property or null if there is no property with that name


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