Package com.illumon.iris.console.events
Class ConfigurationTypeWrapper
java.lang.Object
com.illumon.iris.console.events.ConfigurationTypeWrapper
- All Implemented Interfaces:
Comparable<ConfigurationTypeWrapper>
public class ConfigurationTypeWrapper extends Object implements Comparable<ConfigurationTypeWrapper>
Wrapper for query type names and displayable names.
-
Constructor Summary
Constructors Constructor Description ConfigurationTypeWrapper(Map<String,ConsoleConfigurationType> configurationTypes, String name)
-
Method Summary
-
Constructor Details
-
ConfigurationTypeWrapper
public ConfigurationTypeWrapper(@NotNull Map<String,ConsoleConfigurationType> configurationTypes, String name)
-
-
Method Details
-
getName
Return this wrapper's configuration type name- Returns:
- the wrapper's name
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ConfigurationTypeWrapper>
-