JBoss Metadata Common 7.0.1.Final

org.jboss.metadata.javaee.support
Class ResourceInjectionMetaDataWithDescriptions

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
              extended by org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData
Direct Known Subclasses:
AbstractEJBReferenceMetaData, EnvironmentEntryMetaData, JndiRefMetaData, MessageDestinationReferenceMetaData, PersistenceContextReferenceMetaData, PersistenceUnitReferenceMetaData, ResourceEnvironmentReferenceMetaData, ResourceReferenceMetaData

public abstract class ResourceInjectionMetaDataWithDescriptions
extends ResourceInjectionMetaData

ResourceInjectionMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
ResourceInjectionMetaDataWithDescriptions()
           
 
Method Summary
 Descriptions getDescriptions()
          Get the descriptions.
 void setDescriptions(Descriptions descriptions)
          Set the descriptions.
 
Methods inherited from class org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, hashCode, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceInjectionMetaDataWithDescriptions

public ResourceInjectionMetaDataWithDescriptions()
Method Detail

getDescriptions

public Descriptions getDescriptions()
Get the descriptions.

Returns:
the descriptions.

setDescriptions

public void setDescriptions(Descriptions descriptions)
Set the descriptions.

Parameters:
descriptions - the descriptions.
Throws:
IllegalArgumentException - for a null descriptions

JBoss Metadata Common 7.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.