public interface ITouchpointData
MetadataFactory.createTouchpointData(Map)| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns whether this TouchpointData is equal to the given object.
|
ITouchpointInstruction |
getInstruction(java.lang.String instructionKey)
Returns the touchpoint instruction corresponding to the given key.
|
java.util.Map<java.lang.String,ITouchpointInstruction> |
getInstructions()
Returns an unmodifiable map of the touchpoint instructions.
|
ITouchpointInstruction getInstruction(java.lang.String instructionKey)
null if no such instruction exists.java.util.Map<java.lang.String,ITouchpointInstruction> getInstructions()
ITouchpointInstruction.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.