xxxxxxxxxx
namespace Enums;
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for outputDocPageFormatDSPEnumV1 Enums
* @subpackage Enumerations
*/
class OutputDocPageFormatDSPEnumV1 extends AbstractStructEnumBase
{
/**
* Constant for value 'A4'
* @return string 'A4'
*/
const VALUE_A_4 = 'A4';
/**
* Constant for value 'LBL_PRINTER'
* @return string 'LBL_PRINTER'
*/
const VALUE_LBL_PRINTER = 'LBL_PRINTER';
/**
* Return allowed values
* @uses self::VALUE_A_4
* @uses self::VALUE_LBL_PRINTER
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_A_4,
self::VALUE_LBL_PRINTER,
);
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO