trait GeneratedOneof extends Product with Serializable
          
            Linear Supertypes
          
          
        
            
              Known Subclasses
            
            
          
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- GeneratedOneof
 - Serializable
 - Serializable
 - Product
 - Equals
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Type Members
-  abstract type ValueType
 
Abstract Value Members
- 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        canEqual(that: Any): Boolean
      
      
      
- Definition Classes
 - Equals
 
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - Any
 
 -  abstract def isDefined: Boolean
 -  abstract def isEmpty: Boolean
 -  abstract def number: Int
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        productArity: Int
      
      
      
- Definition Classes
 - Product
 
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        productElement(n: Int): Any
      
      
      
- Definition Classes
 - Product
 
 -  abstract def value: ValueType
 
Concrete Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        productIterator: Iterator[Any]
      
      
      
- Definition Classes
 - Product
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        productPrefix: String
      
      
      
- Definition Classes
 - Product
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - Any
 
 -  def valueOption: Option[ValueType]