org.jboss.metadata.rar.jboss
Class RaConfigPropertyMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup
          extended by org.jboss.metadata.rar.jboss.RaConfigPropertyMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class RaConfigPropertyMetaData
extends IdMetaDataImplWithDescriptionGroup

Config property meta data

Version:
$Revision:$
Author:
Jeff Zhang
See Also:
Serialized Form

Constructor Summary
RaConfigPropertyMetaData()
           
 
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.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup
getDescriptionGroup, merge, setDescriptionGroup
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RaConfigPropertyMetaData

public RaConfigPropertyMetaData()
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 Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.