org.jboss.resource.metadata
Class ConfigPropertyMetaData

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

public class ConfigPropertyMetaData
extends DescriptionMetaDataContainer (src)

Config property meta data

See Also:
Serialized Form

Constructor Summary
ConfigPropertyMetaData()
           
 
Method Summary
 java.lang.String getName()
          Get the name
 java.lang.String getType()
          Get the type
 java.lang.String getValue()
          Get the value
 void setName(java.lang.String name)
          Set the name
 void setType(java.lang.String type)
          Set the type
 void setValue(java.lang.String value)
          Set the value
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.resource.metadata.DescriptionMetaDataContainer (src)
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 java.lang.String getName()
Get the name

Returns:
the name

setName

public void setName(java.lang.String name)
Set the name

Parameters:
name - the name

getType

public java.lang.String getType()
Get the type

Returns:
the type

setType

public void setType(java.lang.String type)
Set the type

Parameters:
type - the type

getValue

public java.lang.String getValue()
Get the value

Returns:
the value

setValue

public void setValue(java.lang.String value)
Set the value

Parameters:
value - the value

toString

public java.lang.String toString()
Overrides:
toString in class DescriptionMetaDataContainer (src)