org.richfaces.cdk.templatecompiler.model
Class CdkCaseElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.CdkCaseElement
All Implemented Interfaces:
LeafModelElement, ModelElement

public class CdkCaseElement
extends ModelFragment

Author:
Nick Belaevski

Constructor Summary
CdkCaseElement()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 java.lang.String[] getValues()
           
 void setValues(java.lang.String[] values)
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkCaseElement

public CdkCaseElement()
Method Detail

getValues

public java.lang.String[] getValues()

setValues

public void setValues(java.lang.String[] values)

beforeVisit

public void beforeVisit(TemplateVisitor visitor)
                 throws CdkException
Overrides:
beforeVisit in class ModelFragment
Throws:
CdkException

afterVisit

public void afterVisit(TemplateVisitor visitor)
                throws CdkException
Overrides:
afterVisit in class ModelFragment
Throws:
CdkException


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