C# Class openABAP.Runtime.IntValue

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
GetFloat ( ) : double
GetInt ( ) : int
GetInternalType ( ) : InternalType
GetString ( ) : string
IntValue ( int v ) : System
OutputString ( ) : string
Set ( IfValue v ) : void
getRuntimClassname ( ) : string

Method Details

Calculate() public method

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

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

IntValue() public method

public IntValue ( int v ) : System
v int
return System

OutputString() public method

public OutputString ( ) : string
return string

Set() public method

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

getRuntimClassname() public static method

public static getRuntimClassname ( ) : string
return string

Property Details

RuntimeClassname public_oe static_oe property

public static string RuntimeClassname
return string