org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Class EjbExtractor.Context

java.lang.Object
  extended by org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
Enclosing class:
EjbExtractor

protected static class EjbExtractor.Context
extends Object


Constructor Summary
protected EjbExtractor.Context()
           
 
Method Summary
protected  void endEmbedded()
           
 boolean getAccessField()
           
 String getContextName()
           
 boolean isEmbedded()
           
 boolean isId()
           
 Boolean popAccessType()
           
 void setAccessField(boolean accessField)
           
protected  void startEmbedded(String name, boolean embedded, boolean id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbExtractor.Context

protected EjbExtractor.Context()
Method Detail

setAccessField

public void setAccessField(boolean accessField)

popAccessType

public Boolean popAccessType()

getAccessField

public boolean getAccessField()

startEmbedded

protected void startEmbedded(String name,
                             boolean embedded,
                             boolean id)

endEmbedded

protected void endEmbedded()

getContextName

public String getContextName()

isEmbedded

public boolean isEmbedded()

isId

public boolean isId()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.