org.jboss.jca.common.api.metadata.ra.ra16
Interface ConfigProperty16

All Superinterfaces:
Cloneable, ConfigProperty, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable

public interface ConfigProperty16
extends ConfigProperty

A ConfigProperty16.

Author:
Stefano Maestri

Nested Class Summary
static class ConfigProperty16.Attribute
          A Attribute.
static class ConfigProperty16.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
          
 Boolean getConfigPropertyConfidential()
           
 Boolean getConfigPropertyIgnore()
           
 Boolean getConfigPropertySupportsDynamicUpdates()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.ConfigProperty
getConfigPropertyName, getConfigPropertyType, getConfigPropertyValue, getDescriptions, getId, isValueSet
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getConfigPropertyIgnore

Boolean getConfigPropertyIgnore()
Returns:
configPropertyIgnore

getConfigPropertySupportsDynamicUpdates

Boolean getConfigPropertySupportsDynamicUpdates()
Returns:
configPropertySupportsDynamicUpdates

getConfigPropertyConfidential

Boolean getConfigPropertyConfidential()
Returns:
configPropertyConfidential

hashCode

int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)