Unrecognized

@SerialVersionUID(0L)
final case class Unrecognized(unrecognizedValue: Int) extends AttributeType with UnrecognizedEnum
trait UnrecognizedEnum
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from:
AttributeType

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
AttributeType
def companion: GeneratedEnumCompanion[AttributeType]
Inherited from:
AttributeType
def index: Int
Inherited from:
UnrecognizedEnum
def isFloat: Boolean
Inherited from:
AttributeType
def isFloats: Boolean
Inherited from:
AttributeType
def isGraph: Boolean
Inherited from:
AttributeType
def isGraphs: Boolean
Inherited from:
AttributeType
def isInt: Boolean
Inherited from:
AttributeType
def isInts: Boolean
Inherited from:
AttributeType
def isSparseTensor: Boolean
Inherited from:
AttributeType
def isSparseTensors: Boolean
Inherited from:
AttributeType
def isString: Boolean
Inherited from:
AttributeType
def isStrings: Boolean
Inherited from:
AttributeType
def isTensor: Boolean
Inherited from:
AttributeType
def isTensors: Boolean
Inherited from:
AttributeType
def isUndefined: Boolean
Inherited from:
AttributeType
override def isUnrecognized: Boolean
Definition Classes
UnrecognizedEnum -> GeneratedEnum
Inherited from:
UnrecognizedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
def name: String
Inherited from:
UnrecognizedEnum
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def scalaValueDescriptor: EnumValueDescriptor
Definition Classes
UnrecognizedEnum -> GeneratedEnum
Inherited from:
UnrecognizedEnum
override def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Inherited fields

val value: Int
Inherited from:
AttributeType