Property | Type | Description | |
---|---|---|---|
$booleanValue | boolean | ||
$doubleValue | double | ||
$longValue | integer | ||
$stringValue | string | ||
$type | tnsConstantOperandConstantType | ||
$unit | tnsConstantOperandUnit |
Method | Description | |
---|---|---|
__construct ( $type = null, $unit = null, $longValue = null, $booleanValue = null, $doubleValue = null, $stringValue = null, $FunctionArgumentOperandType = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $type = null, $unit = null, $longValue = null, $booleanValue = null, $doubleValue = null, $stringValue = null, $FunctionArgumentOperandType = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public tnsConstantOperandConstantType $type | ||
return | tnsConstantOperandConstantType |