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

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

public static class ExportSettings.CategoryToName
extends Object
implements Function<Category,String>


Constructor Summary
ExportSettings.CategoryToName()
           
 
Method Summary
 String apply(Category 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.CategoryToName

public ExportSettings.CategoryToName()
Method Detail

apply

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


Copyright © 2011. All Rights Reserved.