Uses of Class
org.terracotta.toolkit.config.SupportedConfigurationType

Packages that use SupportedConfigurationType
org.terracotta.toolkit.config   
 

Uses of SupportedConfigurationType in org.terracotta.toolkit.config
 

Methods in org.terracotta.toolkit.config that return SupportedConfigurationType
static SupportedConfigurationType SupportedConfigurationType.getTypeForObject(Object obj)
          Returns the corresponding SupportedConfigurationType for the object or throws exception if not supported
static SupportedConfigurationType SupportedConfigurationType.getTypeForObjectOrNull(Object obj)
           
static SupportedConfigurationType SupportedConfigurationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SupportedConfigurationType[] SupportedConfigurationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.terracotta.toolkit.config with parameters of type SupportedConfigurationType
 boolean SupportedConfigurationType.isSupported(SupportedConfigurationType other)
           
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.