Interface LaravelUi5\OData\Edm\Contracts\Type\EnumMemberInterface

extends NamedElementInterface, AnnotatableInterface, AnnotationTargetInterface

A single member of an EnumType.

Members carry a name and an integer value. When the parent enum does not declare explicit values the spec mandates zero-based sequential assignment; the resolved value is always available here.

Methods
Methods inherited from LaravelUi5\OData\Edm\Contracts\NamedElementInterface
getName()
Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface
getAnnotations(), getAnnotation()