cuba.util.ddgen.tokens
Class ResourceReference

java.lang.Object
  extended by cuba.util.ddgen.tokens.Reference
      extended by cuba.util.ddgen.tokens.ResourceReference

public class ResourceReference
extends Reference

ResourceReference represents a resource refernce in a component-jar.xml file.

Author:
Jan Wegener

Constructor Summary
ResourceReference()
           
 
Method Summary
 
Methods inherited from class cuba.util.ddgen.tokens.Reference
ejb3InjectionNameAttr, ejb3InterfaceAttrName, ejb3LinkAttrName, getInjectionMemberName, getInjectionMethodDeclaratorType, getInjectionMethodName, getLink, getReferenceName, getTypeName, isComponentContext, needsInjection, setInjectionMemberName, setInjectionMethodDeclaratorType, setInjectionMethodName, setLink, setReferenceName, setTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceReference

public ResourceReference()