RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class CdkObjectElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.CdkObjectElement
All Implemented Interfaces:
ModelElement

public class CdkObjectElement
extends Object
implements ModelElement

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
CdkObjectElement()
           
 
Method Summary
 String getBodyValue()
           
 String getName()
           
 String getType()
           
 String getTypeArguments()
           
 String getValue()
           
 boolean isCast()
           
 void setBodyValue(String bodyValue)
           
 void setCast(boolean cast)
           
 void setName(String name)
           
 void setType(String type)
           
 void setTypeArguments(String typeArguments)
           
 void setValue(String value)
           
 void visit(TemplateVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkObjectElement

public CdkObjectElement()
Method Detail

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()

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.