Class EnumTypeAttributePredicateTest.TestDynamicEnum
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.EnumTypeAttributePredicateTest.TestDynamicEnum
-
- All Implemented Interfaces:
HybrisEnumValue,java.io.Serializable
- Enclosing class:
- EnumTypeAttributePredicateTest
public static class EnumTypeAttributePredicateTest.TestDynamicEnum extends java.lang.Object implements HybrisEnumValue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestDynamicEnum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Gets the code of this enum value.java.lang.StringgetType()Gets the type this enum value belongs to.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:HybrisEnumValueGets the code of this enum value.- Specified by:
getCodein interfaceHybrisEnumValue- Returns:
- code of value
-
getType
public java.lang.String getType()
Description copied from interface:HybrisEnumValueGets the type this enum value belongs to.- Specified by:
getTypein interfaceHybrisEnumValue- Returns:
- code of type
-
-