C# Class openABAP.Runtime.BuildinType

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

Public Methods

Method Description
BuildinType ( InternalType intType = InternalType.c, int len ) : System
getDefaultLength ( InternalType intType ) : int
getInternalType ( ) : InternalType
getLength ( ) : int
getRuntimeClassname ( ) : string
getRuntimeType ( ) : Type
setLength ( int len ) : void

Method Details

BuildinType() public method

public BuildinType ( InternalType intType = InternalType.c, int len ) : System
intType InternalType
len int
return System

getDefaultLength() public static method

public static getDefaultLength ( InternalType intType ) : int
intType InternalType
return int

getInternalType() public method

public getInternalType ( ) : InternalType
return InternalType

getLength() public method

public getLength ( ) : int
return int

getRuntimeClassname() public method

public getRuntimeClassname ( ) : string
return string

getRuntimeType() public method

public getRuntimeType ( ) : Type
return System.Type

setLength() public method

public setLength ( int len ) : void
len int
return void