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
Afficher le fichier Open project: bi-tm/openABAP

Méthodes publiques

Свойство Type Description
RuntimeClassname string

Méthodes publiques

Méthode 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 méthode

public Calculate ( string op, IfValue v = null ) : IfValue
op string
v IfValue
Résultat IfValue

GetFloat() public méthode

public GetFloat ( ) : double
Résultat double

GetInt() public méthode

public GetInt ( ) : int
Résultat int

GetInternalType() public méthode

public GetInternalType ( ) : InternalType
Résultat InternalType

GetString() public méthode

public GetString ( ) : string
Résultat string

IntValue() public méthode

public IntValue ( int v ) : System
v int
Résultat System

OutputString() public méthode

public OutputString ( ) : string
Résultat string

Set() public méthode

public Set ( IfValue v ) : void
v IfValue
Résultat void

getRuntimClassname() public static méthode

public static getRuntimClassname ( ) : string
Résultat string

Property Details

RuntimeClassname public_oe static_oe property

public static string RuntimeClassname
Résultat string