public class ConverterType extends Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static ConverterType |
COCKPIT
Generated enum value for ConverterType.COCKPIT declared at extension solrfacetsearch.
|
static ConverterType |
CUSTOMER_SERVICE
Generated enum value for ConverterType.CUSTOMER_SERVICE declared at extension solrfacetsearch.
|
static ConverterType |
DEFAULT
Generated enum value for ConverterType.DEFAULT declared at extension solrfacetsearch.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static ConverterType |
STOREFRONT
Generated enum value for ConverterType.STOREFRONT declared at extension solrfacetsearch.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this object to the specified object.
|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
ConverterType. |
String |
toString()
Returns the code representing this enum value.
|
static ConverterType |
valueOf(String code)
Returns a ConverterType instance representing the specified enum value.
|
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static final ConverterType DEFAULT
public static final ConverterType STOREFRONT
public static final ConverterType CUSTOMER_SERVICE
public static final ConverterType COCKPIT
public boolean equals(Object obj)
true
if and only if the argument is not null and is an ConverterType
object that contains the enum value code as this object.public String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValuepublic int hashCode()
ConverterType.public String toString()
public static ConverterType valueOf(String code)
code - an enum valueCopyright © 2017 SAP SE. All Rights Reserved.