org.jboss.metadata.rar.spec
Class ConfigPropertyMetaData

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

public class ConfigPropertyMetaData
extends IdMetaDataImplWithDescriptions

Config property meta data

Version:
$Revision: 83809 $
Author:
Adrian Brock, Jeff Zhang
See Also:
Serialized Form

Constructor Summary
ConfigPropertyMetaData()
           
 
Method Summary
 String getName()
          Get the name
 String getType()
          Get the type
 String getValue()
          Get the value
 boolean isConfidential()
           
 boolean isIgnore()
           
 boolean isSupportsDynamicUpdates()
           
 void setConfidential(boolean confidential)
           
 void setIgnore(boolean ignore)
           
 void setName(String name)
          Set the name
 void setSupportsDynamicUpdates(boolean supportsDynamicUpdates)
           
 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.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, 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

isIgnore

public boolean isIgnore()

setIgnore

public void setIgnore(boolean ignore)

setSupportsDynamicUpdates

public void setSupportsDynamicUpdates(boolean supportsDynamicUpdates)

isSupportsDynamicUpdates

public boolean isSupportsDynamicUpdates()

setConfidential

public void setConfidential(boolean confidential)

isConfidential

public boolean isConfidential()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.