public class SolrPropertiesTypes extends Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static SolrPropertiesTypes |
BOOLEAN
Generated enum value for SolrPropertiesTypes.boolean declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
DATE
Generated enum value for SolrPropertiesTypes.date declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
DOUBLE
Generated enum value for SolrPropertiesTypes.double declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
FLOAT
Generated enum value for SolrPropertiesTypes.float declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
INT
Generated enum value for SolrPropertiesTypes.int declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
LONG
Generated enum value for SolrPropertiesTypes.long declared at extension solrfacetsearch.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static SolrPropertiesTypes |
SORTABLETEXT
Generated enum value for SolrPropertiesTypes.sortabletext declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
STRING
Generated enum value for SolrPropertiesTypes.string declared at extension solrfacetsearch.
|
static SolrPropertiesTypes |
TEXT
Generated enum value for SolrPropertiesTypes.text 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
SolrPropertiesTypes. |
String |
toString()
Returns the code representing this enum value.
|
static SolrPropertiesTypes |
valueOf(String code)
Returns a SolrPropertiesTypes instance representing the specified enum value.
|
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static final SolrPropertiesTypes BOOLEAN
public static final SolrPropertiesTypes INT
public static final SolrPropertiesTypes STRING
public static final SolrPropertiesTypes SORTABLETEXT
public static final SolrPropertiesTypes TEXT
public static final SolrPropertiesTypes FLOAT
public static final SolrPropertiesTypes DOUBLE
public static final SolrPropertiesTypes DATE
public static final SolrPropertiesTypes LONG
public boolean equals(Object obj)
true
if and only if the argument is not null and is an SolrPropertiesTypes
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()
SolrPropertiesTypes.public String toString()
public static SolrPropertiesTypes valueOf(String code)
code - an enum valueCopyright © 2017 SAP SE. All Rights Reserved.