|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metamodel.descriptor.Ref
org.jboss.metamodel.descriptor.BaseEjbRef
org.jboss.metamodel.descriptor.EjbLocalRef
public class EjbLocalRef
Represents an ejb-local-ref element of the ejb-jar.xml deployment descriptor for the 1.4 schema
| Field Summary |
|---|
| Fields inherited from class org.jboss.metamodel.descriptor.BaseEjbRef |
|---|
ejbRefName, ejbRefType, mappedName |
| Fields inherited from class org.jboss.metamodel.descriptor.Ref |
|---|
injectionTarget |
| Constructor Summary | |
|---|---|
EjbLocalRef()
|
|
| Method Summary | |
|---|---|
String |
getLocal()
|
String |
getLocalHome()
|
void |
setLocal(String local)
|
void |
setLocalHome(String localHome)
|
String |
toString()
|
| Methods inherited from class org.jboss.metamodel.descriptor.BaseEjbRef |
|---|
getEjbLink, getEjbRefName, getEjbRefType, getMappedName, setEjbLink, setEjbRefName, setEjbRefType, setMappedName |
| Methods inherited from class org.jboss.metamodel.descriptor.Ref |
|---|
getInjectionTarget, isIgnoreDependency, setIgnoreDependency, setInjectionTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EjbLocalRef()
| Method Detail |
|---|
public String getLocalHome()
public void setLocalHome(String localHome)
public String getLocal()
public void setLocal(String local)
public String toString()
toString in class Ref
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||