StructType

org.beangle.data.model.meta.StructType
trait StructType extends Type

Attributes

Graph
Supertypes
trait Type
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getProperty(name: String): Option[Property]
def property(name: String): Property

Inherited methods

def clazz: Class[_]

Attributes

Inherited from:
Type
def newInstance(): AnyRef

Attributes

Inherited from:
Type