org.decisiondeck.jmcda.persist.utils
Class ExportSettings.DecisionMakerToId

java.lang.Object
  extended by org.decisiondeck.jmcda.persist.utils.ExportSettings.DecisionMakerToId
All Implemented Interfaces:
Function<DecisionMaker,String>
Enclosing class:
ExportSettings

public static class ExportSettings.DecisionMakerToId
extends Object
implements Function<DecisionMaker,String>


Constructor Summary
ExportSettings.DecisionMakerToId()
           
 
Method Summary
 String apply(DecisionMaker input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ExportSettings.DecisionMakerToId

public ExportSettings.DecisionMakerToId()
Method Detail

apply

public String apply(DecisionMaker input)
Specified by:
apply in interface Function<DecisionMaker,String>


Copyright © 2011. All Rights Reserved.