Package dev.cel.checker
Class DescriptorTypeProvider.EnumValueDef
- java.lang.Object
-
- dev.cel.checker.DescriptorTypeProvider.EnumValueDef
-
- Enclosing class:
- DescriptorTypeProvider
protected abstract static class DescriptorTypeProvider.EnumValueDef extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEnumValueDef()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.Stringname()The simple name of the enum value within a containing enumTypeDef.java.lang.StringtoString()abstract intvalue()The numeric value of the enum value.
-