org.richfaces.cdk.templatecompiler.model
Class CdkScriptOptionElement
java.lang.Object
org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
- All Implemented Interfaces:
- ModelElement
public class CdkScriptOptionElement
- extends Object
- implements ModelElement
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdkScriptOptionElement
public CdkScriptOptionElement()
getVariables
public List<String> getVariables()
setVariables
public void setVariables(List<String> variables)
getAttributes
public List<String> getAttributes()
setAttributes
public void setAttributes(List<String> attributes)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getWrapper
public String getWrapper()
setWrapper
public void setWrapper(String wrapper)
visit
public void visit(TemplateVisitor visitor)
throws CdkException
- Specified by:
visit in interface ModelElement
- Throws:
CdkException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.