C# Class openABAP.Runtime.CharValue

value with abap type char, which represents a fixed length string with trailing spaces. actually implemented with C# type string, which is not optimal. NEW IMPLEMENTATION NEEDDED!
Inheritance: IfValue
Mostrar archivo Open project: bi-tm/openABAP

Public Properties

Property Type Description
RuntimeClassname string

Public Methods

Method Description
Calculate ( string op, IfValue v = null ) : IfValue
CharValue ( int len, string text = null ) : System
GetFloat ( ) : double
GetInt ( ) : int
GetInternalType ( ) : InternalType
GetString ( ) : string
OutputString ( ) : string
Set ( IfValue v ) : void
getRuntimeClassname ( ) : string

Method Details

Calculate() public method

public Calculate ( string op, IfValue v = null ) : IfValue
op string
v IfValue
return IfValue

CharValue() public method

public CharValue ( int len, string text = null ) : System
len int
text string
return System

GetFloat() public method

public GetFloat ( ) : double
return double

GetInt() public method

public GetInt ( ) : int
return int

GetInternalType() public method

public GetInternalType ( ) : InternalType
return InternalType

GetString() public method

public GetString ( ) : string
return string

OutputString() public method

public OutputString ( ) : string
return string

Set() public method

public Set ( IfValue v ) : void
v IfValue
return void

getRuntimeClassname() public method

public getRuntimeClassname ( ) : string
return string

Property Details

RuntimeClassname public_oe static_oe property

public static string RuntimeClassname
return string