class EnumValueDescriptor extends BaseDescriptor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnumValueDescriptor
- BaseDescriptor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val asProto: EnumValueDescriptorProto
- val containingEnum: EnumDescriptor
-
val
fullName: String
- Definition Classes
- EnumValueDescriptor → BaseDescriptor
- def getOptions: EnumValueOptions
- val index: Int
- def isUnrecognized: Boolean
- def location: Option[Location]
- def name: String
- def number: Int
- def scalaName: String
-
def
toString(): String
- Definition Classes
- EnumValueDescriptor → AnyRef → Any