public class LCustomActivity extends LActivity
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LCustomActivity()
This is the default constructor.
|
LCustomActivity(LCustomActivity act)
This is the copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRoles()
This method returns the roles associated with the custom activity.
|
void |
toText(StringBuffer buf,
int level)
This method generates a text representation of the protocol component.
|
void |
visit(LVisitor visitor)
This method visits the model object using the supplied
visitor.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParentpublic LCustomActivity()
public LCustomActivity(LCustomActivity act)
act - The custom activity to copypublic List<String> getRoles()
public void visit(LVisitor visitor)
public void toText(StringBuffer buf, int level)
toText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.