case class ProductMember(name: String, typeName: NameOfType, typeClass: Class[_]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProductMember
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProductMember(name: String, typeName: NameOfType, typeClass: Class[_])
Value Members
- val name: String
-
def
toString(): String
- Definition Classes
- ProductMember → AnyRef → Any
- val typeClass: Class[_]
- val typeName: NameOfType