Interface: dataNameValuePair

Attributes:
Inherits:
Implements:

Contents:

Introduction

Meta Data

Attention
Attention: There is no meta data for this class.

Constants

There are no constants defined for this class.

Properties

Methods

Also See

Attention
Attention: There are no additional references for this class.

Class Syntax

In file D:\oblib-core\php\oblib\dataInterface\dataNameValuePair.interface.php between lines 45 and 53.

<?php
 
    
/**
     * 
     */

    
interface dataNameValuePair
    
{
        public function 
___getValue ();
        public function 
___setValue ($strNodeValue);
        public function 
___getSql ();
        public function 
___setSql ($strNodeValue);
        
        public function 
___Sterile ();
    }

?>