object Feature extends GeneratedEnumCompanion[Feature]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Feature
- GeneratedEnumCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Recognized extends Feature
-
final
case class
Unrecognized(unrecognizedValue: Int) extends Feature with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = Feature
- Definition Classes
- GeneratedEnumCompanion
Value Members
- implicit def enumCompanion: GeneratedEnumCompanion[Feature]
- def fromJavaValue(pbJavaSource: PluginProtos.CodeGeneratorResponse.Feature): Feature
-
def
fromName(name: String): scala.Option[Feature]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): Feature
- Definition Classes
- Feature → GeneratedEnumCompanion
-
def
javaDescriptor: EnumDescriptor
Returns the Java descriptors for this enum.
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
- Definition Classes
- Feature → GeneratedEnumCompanion
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- Feature → GeneratedEnumCompanion
- def toJavaValue(pbScalaSource: Feature): PluginProtos.CodeGeneratorResponse.Feature
-
lazy val
values: Seq[ValueType]
- Definition Classes
- Feature → GeneratedEnumCompanion
-
object
FEATURE_NONE extends Feature with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
FEATURE_PROTO3_OPTIONAL extends Feature with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
FEATURE_SUPPORTS_EDITIONS extends Feature with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()