public class FunctionBean extends DescriptionGroupBean
DescriptionGroup.Icon| Constructor and Description |
|---|
FunctionBean() |
| Modifier and Type | Method and Description |
|---|---|
ClassName |
getFunctionClass()
|
String |
getName()
|
String |
getSignature()
|
TagType |
getType()
|
void |
setFunctionClass(ClassName functionClass)
|
void |
setName(String name)
|
void |
setSignature(String signature)
|
void |
setType(TagType type)
|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIconpublic String getName()
public void setName(String name)
name - the name to setpublic String getSignature()
public void setSignature(String signature)
signature - the signature to setpublic TagType getType()
public void setType(TagType type)
type - the type to setpublic ClassName getFunctionClass()
public void setFunctionClass(ClassName functionClass)
functionClass - the functionClass to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.