public class CdkObjectElement extends Object implements ModelElement
| Constructor and Description |
|---|
CdkObjectElement() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getBodyValue()
public void setBodyValue(String bodyValue)
bodyValue - the bodyValue to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getTypeArguments()
public void setTypeArguments(String typeArguments)
typeArguments - the typeArguments to setpublic void visit(TemplateVisitor visitor) throws CdkException
visit in interface ModelElementCdkExceptionpublic void setCast(Boolean cast)
public boolean isCast()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.