Class EnumTypeAttributePredicateTest.TestDynamicEnum

    • Constructor Summary

      Constructors 
      Constructor Description
      TestDynamicEnum()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Gets the code of this enum value.
      java.lang.String getType()
      Gets the type this enum value belongs to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestDynamicEnum

        public TestDynamicEnum()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Description copied from interface: HybrisEnumValue
        Gets the code of this enum value.
        Specified by:
        getCode in interface HybrisEnumValue
        Returns:
        code of value
      • getType

        public java.lang.String getType()
        Description copied from interface: HybrisEnumValue
        Gets the type this enum value belongs to.
        Specified by:
        getType in interface HybrisEnumValue
        Returns:
        code of type