com.ptc.hli.ecad
Class HLIBehaviorHelper.BehaviorRegistry

java.lang.Object
  extended bycom.ptc.hli.ecad.HLIBehaviorHelper.BehaviorRegistry
Enclosing class:
HLIBehaviorHelper

private static class HLIBehaviorHelper.BehaviorRegistry
extends Object


Field Summary
private  HashMap holder
           
 
Constructor Summary
HLIBehaviorHelper.BehaviorRegistry()
           
 
Method Summary
 String get(String application, String behaviorType, String key)
           
 void put(String application, String behaviorType, String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

holder

private HashMap holder
Constructor Detail

HLIBehaviorHelper.BehaviorRegistry

public HLIBehaviorHelper.BehaviorRegistry()
Method Detail

get

public String get(String application,
                  String behaviorType,
                  String key)

put

public void put(String application,
                String behaviorType,
                String key,
                String value)