public interface ITouchpointData
MetadataFactory.createTouchpointData(Map)
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns whether this TouchpointData is equal to the given object.
|
ITouchpointInstruction |
getInstruction(String instructionKey)
Returns the touchpoint instruction corresponding to the given key.
|
Map<String,ITouchpointInstruction> |
getInstructions()
Returns an unmodifiable map of the touchpoint instructions.
|
ITouchpointInstruction getInstruction(String instructionKey)
null
if no such instruction exists.Map<String,ITouchpointInstruction> getInstructions()
ITouchpointInstruction
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.