org.richfaces.cdk.templatecompiler.model
Class CdkObjectElement
java.lang.Object
org.richfaces.cdk.templatecompiler.model.CdkObjectElement
- All Implemented Interfaces:
- ModelElement
public class CdkObjectElement
- extends Object
- implements ModelElement
- Since:
- 4.0
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdkObjectElement
public CdkObjectElement()
getBodyValue
public String getBodyValue()
- Returns:
- the bodyValue
setBodyValue
public void setBodyValue(String bodyValue)
- Parameters:
bodyValue - the bodyValue to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
getTypeArguments
public String getTypeArguments()
- Returns:
- the typeArguments
setTypeArguments
public void setTypeArguments(String typeArguments)
- Parameters:
typeArguments - the typeArguments to set
visit
public void visit(TemplateVisitor visitor)
throws CdkException
- Specified by:
visit in interface ModelElement
- Throws:
CdkException
setCast
public void setCast(boolean cast)
isCast
public boolean isCast()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.