站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

ConfigPropertyMetaData (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.metadata
Class ConfigPropertyMetaData

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

public class ConfigPropertyMetaData
extends DescriptionMetaDataContainer

Config property meta data

Version:
$Revision: 1.2 $
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.