cuba.util.ddgen.tokens
Class ComponentReference

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

public class ComponentReference
extends Reference

Represents a component reference element in component-jar.xml file.

Author:
Jan Wegener

Constructor Summary
ComponentReference()
           
 
Method Summary
 java.lang.String ejb3InterfaceAttrName()
           
 java.lang.String ejb3LinkAttrName()
           
 java.lang.String getReferenceScope()
           
 void setReferenceScope(java.lang.String string)
           
 
Methods inherited from class cuba.util.ddgen.tokens.Reference
ejb3InjectionNameAttr, 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

ComponentReference

public ComponentReference()
Method Detail

getReferenceScope

public java.lang.String getReferenceScope()

setReferenceScope

public void setReferenceScope(java.lang.String string)

ejb3InterfaceAttrName

public java.lang.String ejb3InterfaceAttrName()
Overrides:
ejb3InterfaceAttrName in class Reference

ejb3LinkAttrName

public java.lang.String ejb3LinkAttrName()
Overrides:
ejb3LinkAttrName in class Reference