public interface ITouchpointInstruction
The format of a touchpoint instruction statement sequence is as follows: statement-sequence : | statement ';' | statement-sequence statement ; Where a statement is of the format: statement : | actionName '(' parameters ')' ; parameters : | // empty | parameter | parameters ',' parameter ; parameter : | paramName ':' paramValue ; actionName, paramName, paramValue : | String ;
MetadataFactory.createTouchpointInstruction(String, String)| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns whether this TouchpointInstruction is equal to the given object.
|
java.lang.String |
getBody()
Returns the body of this touchpoint instruction.
|
java.lang.String |
getImportAttribute() |
java.lang.String getBody()
java.lang.String getImportAttribute()
boolean equals(java.lang.Object obj)
equals in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.