object Semantic extends GeneratedEnumCompanion[Semantic]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Semantic
- GeneratedEnumCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Recognized extends Semantic
-
final
case class
Unrecognized(unrecognizedValue: Int) extends Semantic with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = Semantic
- Definition Classes
- GeneratedEnumCompanion
Value Members
-
final
def
!=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[Semantic]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromJavaValue(pbJavaSource: DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic): Semantic
-
def
fromName(name: String): scala.Option[Semantic]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): Semantic
- Definition Classes
- Semantic → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- Semantic → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- Semantic → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toJavaValue(pbScalaSource: Semantic): DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[ValueType]
- Definition Classes
- Semantic → GeneratedEnumCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
ALIAS extends Semantic with Recognized with Product with Serializable
An alias to the element is returned.
An alias to the element is returned.
- Annotations
- @SerialVersionUID()
-
object
NONE extends Semantic with Recognized with Product with Serializable
There is no effect or the effect is indescribable.
There is no effect or the effect is indescribable.
- Annotations
- @SerialVersionUID()
-
object
SET extends Semantic with Recognized with Product with Serializable
The element is set or otherwise mutated.
The element is set or otherwise mutated.
- Annotations
- @SerialVersionUID()