org.jboss.aop.microcontainer.beans.metadata
Class CFlowEntry

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.metadata.CFlowEntry
Direct Known Subclasses:
CFlowCalled, CFlowNotCalled

public class CFlowEntry
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
CFlowEntry()
           
 
Method Summary
 boolean getCalled()
           
 String getExpr()
           
 void setCalled(boolean called)
           
 void setExpr(String expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFlowEntry

public CFlowEntry()
Method Detail

getExpr

public String getExpr()

setExpr

public void setExpr(String expr)

getCalled

public boolean getCalled()

setCalled

public void setCalled(boolean called)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.