org.jboss.seam.init
Class FactoryDescriptor

java.lang.Object
  extended by org.jboss.seam.init.FactoryDescriptor

public class FactoryDescriptor
extends Object


Method Summary
 String getMethod()
           
 String getName()
           
 ScopeType getScope()
           
 String getValue()
           
 boolean isAutoCreate()
           
 boolean isValueBinding()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMethod

public String getMethod()

getValue

public String getValue()

getName

public String getName()

getScope

public ScopeType getScope()

isValueBinding

public boolean isValueBinding()

isAutoCreate

public boolean isAutoCreate()

toString

public String toString()
Overrides:
toString in class Object