C# Class openABAP.Runtime.NamedType

Inheritance: TypeDescr
Mostrar archivo Open project: bi-tm/openABAP

Public Methods

Method Description
NamedType ( string name, TypeDescr aType = null ) : System
getInternalType ( ) : InternalType
getLength ( ) : int
getName ( ) : string
getRuntimeClassname ( ) : string
getRuntimeType ( ) : Type
setRefType ( TypeDescr aType ) : void

Method Details

NamedType() public method

public NamedType ( string name, TypeDescr aType = null ) : System
name string
aType TypeDescr
return System

getInternalType() public method

public getInternalType ( ) : InternalType
return InternalType

getLength() public method

public getLength ( ) : int
return int

getName() public method

public getName ( ) : string
return string

getRuntimeClassname() public method

public getRuntimeClassname ( ) : string
return string

getRuntimeType() public method

public getRuntimeType ( ) : Type
return System.Type

setRefType() public method

public setRefType ( TypeDescr aType ) : void
aType TypeDescr
return void