public class ForFunctionDescr extends BaseDescr
| Constructor and Description |
|---|
ForFunctionDescr() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArguments() |
String |
getId() |
String |
getLabel() |
void |
readExternal(ObjectInput in) |
void |
setArguments(List<String> arguments) |
void |
setId(String id) |
void |
setLabel(String label) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class BaseDescrIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class BaseDescrIOExceptionpublic String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.